Searched refs:ParsedFreeStandingDeclSpec (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseTemplate.cpp | 213 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( in ParseSingleDeclarationAfterTemplate()
|
| HD | Parser.cpp | 882 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS); in ParseDeclOrFunctionDefInternal()
|
| HD | ParseDecl.cpp | 1538 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration() 3505 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseStructDeclaration()
|
| HD | ParseDeclCXX.cpp | 2364 Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS, TemplateParams); in ParseCXXClassMemberDeclaration()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 1819 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, 1821 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 3540 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema 3542 return ParsedFreeStandingDeclSpec(S, AS, DS, MultiTemplateParamsArg()); in ParsedFreeStandingDeclSpec() 3645 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, in ParsedFreeStandingDeclSpec() function in Sema
|