Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDXRayLists.h32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Arm64ECCallLowering.cpp118 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkType()
150 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkArgTypes()
229 FunctionType *FT, AttributeList AttrList, raw_ostream &Out, in getThunkRetType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributeImpl.h359 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDAssumeBundleBuilder.cpp207 auto addAttrList = [&](AttributeList AttrList, unsigned NumArgs) { in addCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAttributor.cpp372 SmallVector<Attribute, 8> AttrList; in manifest() local
527 SmallVector<Attribute, 8> AttrList; in manifest() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartClassInterface()
1220 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartProtocolInterface()
1820 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
4736 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
HDSemaDeclCXX.cpp10442 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
11529 const ParsedAttributesView &AttrList, in ActOnStartNamespaceDef()
12102 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
12199 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12712 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
13368 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16734 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
HDSemaDeclAttr.cpp7107 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
7180 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
7194 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
HDSemaType.cpp3636 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
4420 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1266 ParsedAttributesView AttrList; member
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangAttrEmitter.cpp3221 const std::vector<Record*> &AttrList) { in emitAttrList()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp2310 llvm::AttributeList &AttrList, in ConstructAttributeList()