Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td39 def IndirectField : DeclNode<Value>;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp203 case Decl::Kind::IndirectField: in HandleNamedDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp390 case Decl::IndirectField: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp179 case Decl::IndirectField: in getSymbolInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1339 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in VisitIndirectFieldDecl() local
1344 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in VisitIndirectFieldDecl()
1346 IndirectField->setImplicit(D->isImplicit()); in VisitIndirectFieldDecl()
1347 IndirectField->setAccess(D->getAccess()); in VisitIndirectFieldDecl()
1348 Owner->addDecl(IndirectField); in VisitIndirectFieldDecl()
1349 return IndirectField; in VisitIndirectFieldDecl()
H A DSemaDecl.cpp5394 IndirectFieldDecl *IndirectField = IndirectFieldDecl::Create( in InjectAnonymousStructOrUnionMembers() local
5399 IndirectField->addAttr(Attr->clone(SemaRef.Context)); in InjectAnonymousStructOrUnionMembers()
5401 IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers()
5402 IndirectField->setImplicit(); in InjectAnonymousStructOrUnionMembers()
5403 SemaRef.PushOnScopeChains(IndirectField, S); in InjectAnonymousStructOrUnionMembers()
5406 if (AS != AS_none) IndirectField->setAccess(AS); in InjectAnonymousStructOrUnionMembers()
H A DSemaInit.cpp2343 IndirectFieldDecl *IndirectField) { in ExpandAnonymousFieldDesignator() argument
2348 for (IndirectFieldDecl::chain_iterator PI = IndirectField->chain_begin(), in ExpandAnonymousFieldDesignator()
2349 PE = IndirectField->chain_end(); PI != PE; ++PI) { in ExpandAnonymousFieldDesignator()
H A DSemaDeclCXX.cpp1912 case Decl::IndirectField: in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3352 case Decl::IndirectField: in BuildDeclarationNameExpr()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2352 for (const ClassInfo::MemberInfo &IndirectField : NestedInfo.Members) in collectMemberInfo() local
2354 {IndirectField.MemberTypeNode, IndirectField.BaseOffset + Offset}); in collectMemberInfo()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp621 IndirectFieldDecl *IndirectField = MemberInit->getIndirectMember(); in EmitLValueForAnyFieldInitialization() local
622 for (const auto *I : IndirectField->chain()) in EmitLValueForAnyFieldInitialization()
H A DCGDecl.cpp69 case Decl::IndirectField: in EmitDecl()
H A DCodeGenModule.cpp6316 case Decl::IndirectField: in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp770 case IndirectField: in getIdentifierNamespaceForKind()
H A DDecl.cpp5145 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3242 static bool classofKind(Kind K) { return K == IndirectField; } in classofKind()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6696 case Decl::IndirectField: in clang_getCursorDefinition()