Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2076 RecordDecl *getOuterLexicalRecordContext();
2077 const RecordDecl *getOuterLexicalRecordContext() const {
2078 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext();
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1824 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3009 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
H A DSemaDeclCXX.cpp15598 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()