Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DXRayLists.h32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp331 SmallVector<Attribute, 8> AttrList; in manifest() local
483 SmallVector<Attribute, 8> AttrList; in manifest() local
690 SmallVector<Attribute, 8> AttrList; in manifest() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAttributeImpl.h281 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.h51 IntrusiveRefCntPtr<AttrListInfo> AttrList; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp208 auto addAttrList = [&](AttributeList AttrList, unsigned NumArgs) { in addCall()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartClassInterface()
1224 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartProtocolInterface()
1824 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
4729 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDeclCXX.cpp10206 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
11213 const ParsedAttributesView &AttrList, in ActOnStartNamespaceDef()
11747 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
11844 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12397 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
13061 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16420 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
DSemaDeclAttr.cpp9357 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
9432 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
9448 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
DSemaType.cpp3999 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
4801 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h1214 ParsedAttributesView AttrList; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp1147 AttributeList AttrList; in getAttrsFromIRAttr() local
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangAttrEmitter.cpp2880 const std::vector<Record*> &AttrList) { in emitAttrList()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCall.cpp2130 llvm::AttributeList &AttrList, in ConstructAttributeList()