Home
last modified time | relevance | path

Searched refs:getOuterLexicalRecordContext (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/AST/
DDeclBase.h1981 RecordDecl *getOuterLexicalRecordContext();
1982 const RecordDecl *getOuterLexicalRecordContext() const { in getOuterLexicalRecordContext() function
1983 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext(); in getOuterLexicalRecordContext()
/external/clang/lib/AST/
DDeclBase.cpp1550 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1830 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()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2961 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
DSemaDeclCXX.cpp15128 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()