Searched refs:getOuterLexicalRecordContext (Results 1 – 4 of 4) sorted by relevance
1353 RecordDecl *getOuterLexicalRecordContext();1354 const RecordDecl *getOuterLexicalRecordContext() const { in getOuterLexicalRecordContext() function1355 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext(); in getOuterLexicalRecordContext()
1506 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
2220 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
11390 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()