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

/external/clang/lib/Parse/
H A DParseTemplate.cpp213 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
H A DParser.cpp883 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
H A DParseDecl.cpp1533 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
2584 // and call ParsedFreeStandingDeclSpec as appropriate.
3515 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
H A DParseDeclCXX.cpp2406 Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS, TemplateParams);
/external/clang/include/clang/Sema/
H A DSema.h1863 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS,
1865 Decl *ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS,
/external/clang/lib/Sema/
H A DSemaDecl.cpp3598 /// ParsedFreeStandingDeclSpec - This method is invoked when a declspec with
3600 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, function in class:Sema
3602 return ParsedFreeStandingDeclSpec(S, AS, DS, MultiTemplateParamsArg());
3705 /// ParsedFreeStandingDeclSpec - This method is invoked when a declspec with
3708 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, function in class:Sema
4790 // one, the ParsedFreeStandingDeclSpec action should be used.

Completed in 166 milliseconds