Home
last modified time | relevance | path

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

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