Searched refs:RSExportElement (Results 1 – 4 of 4) sorted by relevance
31 bool RSExportElement::Initialized = false;32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap;34 void RSExportElement::Init() { in Init()59 RSExportType *RSExportElement::Create(RSContext *Context, in Create()119 RSExportType *RSExportElement::CreateFromDecl(RSContext *Context, in CreateFromDecl()151 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()155 const RSExportElement::ElementInfo *156 RSExportElement::GetElementInfo(const llvm::StringRef &Name) { in GetElementInfo()
39 class RSExportElement {41 RSExportElement() { return; } in RSExportElement() function
90 friend class RSExportElement; variable207 friend class RSExportElement; variable353 friend class RSExportElement; variable
1392 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create()