Searched defs:AttrList (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | XRayLists.h | 32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | back-mdb.h | 171 typedef struct AttrList { struct 172 struct AttrList *next; argument 174 } AttrList; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AttributeImpl.h | 273 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 513 AttributeList AttrList; in removeAttrs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.h | 51 IntrusiveRefCntPtr<AttrListInfo> AttrList; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 206 auto addAttrList = [&](AttributeList AttrList) { in addCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 981 const ParsedAttributesView &AttrList) { in ActOnStartClassInterface() 1215 const ParsedAttributesView &AttrList) { in ActOnStartProtocolInterface() 1808 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface() 4709 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
H A D | SemaDeclCXX.cpp | 9920 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification() 10910 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef() 11442 const ParsedAttributesView &AttrList) { in ActOnUsingDirective() 11539 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration() 12004 const ParsedAttributesView &AttrList, bool IsInstantiation) { in BuildUsingDeclaration() 12570 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration() 15895 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
|
H A D | SemaDeclAttr.cpp | 8317 const ParsedAttributesView &AttrList, in ProcessDeclAttributeList() 8392 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed() 8408 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
|
H A D | SemaType.cpp | 3832 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk() 4615 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 441 AttributeList AttrList; in getAttrsFromIRAttr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1191 ParsedAttributesView AttrList; member
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2670 const std::vector<Record*> &AttrList) { in emitAttrList()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1988 llvm::AttributeList &AttrList, in ConstructAttributeList()
|