Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2266 RecordDecl *getOuterLexicalRecordContext();
2267 const RecordDecl *getOuterLexicalRecordContext() const {
2268 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp2010 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1116 const RecordDecl *RD = CountDecl->getParent()->getOuterLexicalRecordContext(); in EmitCountedByFieldExpr()
4143 FD1->getParent()->getOuterLexicalRecordContext(); in getOffsetDifferenceInBits()
4145 FD2->getParent()->getOuterLexicalRecordContext(); in getOffsetDifferenceInBits()
H A DCGBuiltin.cpp945 OuterRD = VD->getDeclContext()->getOuterLexicalRecordContext(); in emitFlexibleArrayMemberSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3727 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
H A DSemaExpr.cpp5639 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()