Home
last modified time | relevance | path

Searched defs:IndirectField (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp346 IndirectFieldDecl *IndirectField = Init->getIndirectMember(); builtinTransferInitializer() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp7193 const IndirectFieldDecl *IndirectField = TEST() local
7223 const IndirectFieldDecl *IndirectField = TEST() local
7256 const IndirectFieldDecl *IndirectField = TEST() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2385 for (const ClassInfo::MemberInfo &IndirectField : NestedInfo.Members) collectMemberInfo() local
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp621 IndirectFieldDecl *IndirectField = MemberInit->getIndirectMember(); in EmitLValueForAnyFieldInitialization() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1413 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( VisitIndirectFieldDecl() local
H A DSemaInit.cpp2574 ExpandAnonymousFieldDesignator(Sema & SemaRef,DesignatedInitExpr * DIE,unsigned DesigIdx,IndirectFieldDecl * IndirectField) ExpandAnonymousFieldDesignator() argument
H A DSemaDecl.cpp5350 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( InjectAnonymousStructOrUnionMembers() local
H A DSemaExpr.cpp3239 if (auto *IndirectField = dyn_cast<IndirectFieldDecl>(VD); BuildDeclarationNameExpr() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1430 namespace IndirectField { global() namespace