Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1372 RecordDecl *getOuterLexicalRecordContext();
1373 const RecordDecl *getOuterLexicalRecordContext() const { in getOuterLexicalRecordContext() function
1374 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext(); in getOuterLexicalRecordContext()
/external/clang/lib/AST/
DDeclBase.cpp1550 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2236 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
DSemaDeclCXX.cpp11568 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()