| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 39 def IndirectField : DeclNode<Value>;
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 203 case Decl::Kind::IndirectField: in HandleNamedDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 390 case Decl::IndirectField: in isRedeclarableDeclKind()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 179 case Decl::IndirectField: in getSymbolInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1328 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in VisitIndirectFieldDecl() local 1333 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in VisitIndirectFieldDecl() 1335 IndirectField->setImplicit(D->isImplicit()); in VisitIndirectFieldDecl() 1336 IndirectField->setAccess(D->getAccess()); in VisitIndirectFieldDecl() 1337 Owner->addDecl(IndirectField); in VisitIndirectFieldDecl() 1338 return IndirectField; in VisitIndirectFieldDecl()
|
| H A D | SemaDecl.cpp | 5318 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in InjectAnonymousStructOrUnionMembers() local 5323 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in InjectAnonymousStructOrUnionMembers() 5325 IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers() 5326 IndirectField->setImplicit(); in InjectAnonymousStructOrUnionMembers() 5327 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers() 5330 if (AS != AS_none) IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers()
|
| H A D | SemaInit.cpp | 2329 IndirectFieldDecl *IndirectField) { in ExpandAnonymousFieldDesignator() argument 2334 for (IndirectFieldDecl::chain_iterator PI = IndirectField->chain_begin(), in ExpandAnonymousFieldDesignator() 2335 PE = IndirectField->chain_end(); PI != PE; ++PI) { in ExpandAnonymousFieldDesignator()
|
| H A D | SemaDeclCXX.cpp | 1878 case Decl::IndirectField: in CheckConstexprDeclStmt()
|
| H A D | SemaExpr.cpp | 3346 case Decl::IndirectField: in BuildDeclarationNameExpr()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2333 for (const ClassInfo::MemberInfo &IndirectField : NestedInfo.Members) in collectMemberInfo() local 2335 {IndirectField.MemberTypeNode, IndirectField.BaseOffset + Offset}); in collectMemberInfo()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 620 IndirectFieldDecl *IndirectField = MemberInit->getIndirectMember(); in EmitLValueForAnyFieldInitialization() local 621 for (const auto *I : IndirectField->chain()) in EmitLValueForAnyFieldInitialization()
|
| H A D | CGDecl.cpp | 68 case Decl::IndirectField: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6116 case Decl::IndirectField: in EmitTopLevelDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 756 case IndirectField: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 5059 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx11.cpp | 1409 namespace IndirectField { namespace
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 3172 static bool classofKind(Kind K) { return K == IndirectField; } in classofKind()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6661 case Decl::IndirectField: in clang_getCursorDefinition()
|