Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.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/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h359 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp207 auto addAttrList = [&](AttributeList AttrList, unsigned NumArgs) { in addCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp372 SmallVector<Attribute, 8> AttrList; in manifest() local
527 SmallVector<Attribute, 8> AttrList; in manifest() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.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()
H A DSemaDeclCXX.cpp10442 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification() argument
11529 const ParsedAttributesView &AttrList, in ActOnStartNamespaceDef() argument
12102 const ParsedAttributesView &AttrList) { in ActOnUsingDirective() argument
12199 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration() argument
12712 BuildUsingDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,bool HasTypenameKeyword,SourceLocation TypenameLoc,CXXScopeSpec & SS,DeclarationNameInfo NameInfo,SourceLocation EllipsisLoc,const ParsedAttributesView & AttrList,bool IsInstantiation,bool IsUsingIfExists) BuildUsingDeclaration() argument
13368 ActOnAliasDeclaration(Scope * S,AccessSpecifier AS,MultiTemplateParamsArg TemplateParamLists,SourceLocation UsingLoc,UnqualifiedId & Name,const ParsedAttributesView & AttrList,TypeResult Type,Decl * DeclFromDeclSpec) ActOnAliasDeclaration() argument
16734 ActOnEmptyDeclaration(Scope * S,const ParsedAttributesView & AttrList,SourceLocation SemiLoc) ActOnEmptyDeclaration() argument
[all...]
H A DSemaDeclAttr.cpp7107 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
7180 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
7194 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
H A DSemaType.cpp3636 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
4420 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1266 ParsedAttributesView AttrList; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3221 const std::vector<Record*> &AttrList) { in emitAttrList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2310 llvm::AttributeList &AttrList, in ConstructAttributeList()