/llvm-project/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 81 ParsedAttributes DeclAttrs(AttrFactory); in ParseHLSLBuffer() local
|
H A D | ParseDeclCXX.cpp | 269 ParsedAttributes DeclAttrs(AttrFactory); ParseInnerNamespace() local 373 ParsedAttributes DeclAttrs(AttrFactory); ParseLinkage() local 467 ParsedAttributes DeclAttrs(AttrFactory); ParseExportDeclaration() local 480 ParsedAttributes DeclAttrs(AttrFactory); ParseExportDeclaration() local 2955 ParsedAttributes DeclAttrs(AttrFactory); ParseCXXClassMemberDeclaration() local [all...] |
H A D | ParseObjc.cpp | 52 ParseObjCAtDirectives(ParsedAttributes & DeclAttrs,ParsedAttributes & DeclSpecAttrs) ParseObjCAtDirectives() argument 2277 ParsedAttributes DeclAttrs(AttrFactory); ParseObjCAtImplementationDeclaration() local
|
H A D | ParseTemplate.cpp | 213 ParsedAttributes DeclAttrs(AttrFactory); in ParseDeclarationAfterTemplate() local
|
H A D | Parser.cpp | 753 ParsedAttributes DeclAttrs(AttrFactory); ParseTopLevelDecl() local
|
H A D | ParseDecl.cpp | 2003 ParseDeclaration(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & DeclAttrs,ParsedAttributes & DeclSpecAttrs,SourceLocation * DeclSpecStart) ParseDeclaration() argument 2082 ParseSimpleDeclaration(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & DeclAttrs,ParsedAttributes & DeclSpecAttrs,bool RequireSemi,ForRangeInit * FRI,SourceLocation * DeclSpecStart) ParseSimpleDeclaration() argument [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ASTTests.cpp | 581 auto DeclAttrs = [&](llvm::StringRef Name) { in TEST() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 444 llvm::DenseMap<const Decl*, AttrVec*> DeclAttrs; global() variable
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 4301 std::vector<std::string> DeclAttrs, StmtAttrs; GenerateMutualExclusionsChecks() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4758 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument 4980 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,MultiTemplateParamsArg TemplateParams,bool IsExplicitInstantiation,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument
|