Searched refs:RSExportElement (Results 1 – 4 of 4) sorted by relevance
31 bool RSExportElement::Initialized = false;32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap;55 void RSExportElement::Init() { in Init()71 RSExportType *RSExportElement::Create(RSContext *Context, in Create()131 RSExportType *RSExportElement::CreateFromDecl(RSContext *Context, in CreateFromDecl()163 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()167 const RSExportElement::ElementInfo *168 RSExportElement::GetElementInfo(const llvm::StringRef &Name) { in GetElementInfo()
39 class RSExportElement {41 RSExportElement() { } in RSExportElement() function
197 friend class RSExportElement; variable369 friend class RSExportElement; variable484 friend class RSExportElement; variable
1533 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create()