Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2248 RecordDecl *getOuterLexicalRecordContext();
2249 const RecordDecl *getOuterLexicalRecordContext() const {
2250 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1946 RecordDecl *DeclContext::getOuterLexicalRecordContext() { in getOuterLexicalRecordContext() function in DeclContext
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1099 const RecordDecl *RD = CountDecl->getParent()->getOuterLexicalRecordContext(); in EmitCountedByFieldExpr()
4100 FD1->getParent()->getOuterLexicalRecordContext(); in getOffsetDifferenceInBits()
4102 FD2->getParent()->getOuterLexicalRecordContext(); in getOffsetDifferenceInBits()
H A DCGBuiltin.cpp935 OuterRD = VD->getDeclContext()->getOuterLexicalRecordContext(); in emitFlexibleArrayMemberSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3588 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext(); in InstantiateInClassInitializer()
H A DSemaExpr.cpp6431 RecordDecl *OutermostClass = ParentRD->getOuterLexicalRecordContext(); in BuildCXXDefaultInitExpr()