Searched refs:ParsedFreeStandingDeclSpec (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 233 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( in ParseSingleDeclarationAfterTemplate()
|
| H A D | Parser.cpp | 1126 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseDecl.cpp | 1866 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseSimpleDeclaration() 4361 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseStructDeclaration()
|
| H A D | ParseDeclCXX.cpp | 2741 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseCXXClassMemberDeclaration()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4756 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema 4760 return ParsedFreeStandingDeclSpec( in ParsedFreeStandingDeclSpec() 4974 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3191 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, 3194 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS,
|