Searched refs:ParsedFreeStandingDeclSpec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 245 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( in ParseSingleDeclarationAfterTemplate()
|
| H A D | Parser.cpp | 1187 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseDecl.cpp | 2013 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseSimpleDeclaration() 4631 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseStructDeclaration()
|
| H A D | ParseDeclCXX.cpp | 2873 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseCXXClassMemberDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4912 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema 4916 return ParsedFreeStandingDeclSpec( in ParsedFreeStandingDeclSpec() 5136 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3327 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, 3330 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS,
|