Home
last modified time | relevance | path

Searched defs:AttrList (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayLists.h32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dback-mdb.h171 typedef struct AttrList { struct
172 struct AttrList *next; argument
174 } AttrList; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h273 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h513 AttributeList AttrList; in removeAttrs() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h51 IntrusiveRefCntPtr<AttrListInfo> AttrList; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp206 auto addAttrList = [&](AttributeList AttrList) { in addCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp981 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 DSemaDeclCXX.cpp9920 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 DSemaDeclAttr.cpp8317 const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
8392 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
8408 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
H A DSemaType.cpp3832 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 DAttributor.cpp441 AttributeList AttrList; in getAttrsFromIRAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1191 ParsedAttributesView AttrList; member
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2670 const std::vector<Record*> &AttrList) { in emitAttrList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1988 llvm::AttributeList &AttrList, in ConstructAttributeList()