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

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

Completed in 230 milliseconds