Home
last modified time | relevance | path

Searched refs:getOuterLexicalRecordContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1353 RecordDecl *getOuterLexicalRecordContext();
1354 const RecordDecl *getOuterLexicalRecordContext() const { in getOuterLexicalRecordContext() function
1355 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext(); in getOuterLexicalRecordContext()
/external/clang/lib/AST/
DDeclBase.cpp1506 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2220 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
DSemaDeclCXX.cpp11390 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()