Searched refs:getOuterLexicalRecordContext (Results 1 – 4 of 4) sorted by relevance
1372 RecordDecl *getOuterLexicalRecordContext();1373 const RecordDecl *getOuterLexicalRecordContext() const { in getOuterLexicalRecordContext() function1374 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext(); in getOuterLexicalRecordContext()
1550 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
2236 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
11568 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()