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()130 RSExportType *RSExportElement::CreateFromDecl(RSContext *Context, in CreateFromDecl()162 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()166 const RSExportElement::ElementInfo *167 RSExportElement::GetElementInfo(const llvm::StringRef &Name) { in GetElementInfo()
39 class RSExportElement {41 RSExportElement() { } in RSExportElement() function
171 friend class RSExportElement; variable285 friend class RSExportElement; variable396 friend class RSExportElement; variable
1443 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create()