Home
last modified time | relevance | path

Searched refs:IndirectField (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td39 def IndirectField : DeclNode<Value>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp387 case Decl::IndirectField: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp203 case Decl::Kind::IndirectField: in HandleNamedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp179 case Decl::IndirectField: in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1219 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in VisitIndirectFieldDecl() local
1224 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in VisitIndirectFieldDecl()
1226 IndirectField->setImplicit(D->isImplicit()); in VisitIndirectFieldDecl()
1227 IndirectField->setAccess(D->getAccess()); in VisitIndirectFieldDecl()
1228 Owner->addDecl(IndirectField); in VisitIndirectFieldDecl()
1229 return IndirectField; in VisitIndirectFieldDecl()
H A DSemaDecl.cpp4909 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in InjectAnonymousStructOrUnionMembers() local
4914 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in InjectAnonymousStructOrUnionMembers()
4916 IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers()
4917 IndirectField->setImplicit(); in InjectAnonymousStructOrUnionMembers()
4918 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
4921 if (AS != AS_none) IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers()
H A DSemaInit.cpp2301 IndirectFieldDecl *IndirectField) { in ExpandAnonymousFieldDesignator() argument
2306 for (IndirectFieldDecl::chain_iterator PI = IndirectField->chain_begin(), in ExpandAnonymousFieldDesignator()
2307 PE = IndirectField->chain_end(); PI != PE; ++PI) { in ExpandAnonymousFieldDesignator()
H A DSemaDeclCXX.cpp1878 case Decl::IndirectField: in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3276 case Decl::IndirectField: in BuildDeclarationNameExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2224 for (const ClassInfo::MemberInfo &IndirectField : NestedInfo.Members) in collectMemberInfo() local
2226 {IndirectField.MemberTypeNode, IndirectField.BaseOffset + Offset}); in collectMemberInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp622 IndirectFieldDecl *IndirectField = MemberInit->getIndirectMember(); in EmitLValueForAnyFieldInitialization() local
623 for (const auto *I : IndirectField->chain()) in EmitLValueForAnyFieldInitialization()
H A DCGDecl.cpp68 case Decl::IndirectField: in EmitDecl()
H A DCodeGenModule.cpp5690 case Decl::IndirectField: in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp755 case IndirectField: in getIdentifierNamespaceForKind()
H A DDecl.cpp4916 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3095 static bool classofKind(Kind K) { return K == IndirectField; } in classofKind()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6434 case Decl::IndirectField: in clang_getCursorDefinition()