Home
last modified time | relevance | path

Searched refs:ParsedFreeStandingDeclSpec (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTemplate.cpp213 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( in ParseSingleDeclarationAfterTemplate()
HDParser.cpp882 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS); in ParseDeclOrFunctionDefInternal()
HDParseDecl.cpp1538 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration()
3505 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseStructDeclaration()
HDParseDeclCXX.cpp2364 Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS, TemplateParams); in ParseCXXClassMemberDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1819 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS,
1821 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp3540 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