/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | XRayLists.h | 32 std::unique_ptr<llvm::SpecialCaseList> AttrList; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 118 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 D | AttributeImpl.h | 359 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 207 auto addAttrList = [&](AttributeList AttrList, unsigned NumArgs) { in addCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 372 SmallVector<Attribute, 8> AttrList; in manifest() local 527 SmallVector<Attribute, 8> AttrList; in manifest() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 981 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 D | SemaDeclCXX.cpp | 10442 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 D | SemaDeclAttr.cpp | 7107 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 D | SemaType.cpp | 3636 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 D | DeclSpec.h | 1266 ParsedAttributesView AttrList; member
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 3221 const std::vector<Record*> &AttrList) { in emitAttrList()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2310 llvm::AttributeList &AttrList, in ConstructAttributeList()
|