Searched refs:HandleDeclarator (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 1232 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1263 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5579 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() 5709 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema 13961 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
|
H A D | SemaTemplate.cpp | 8603 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator()
|
H A D | SemaDeclCXX.cpp | 3427 Member = HandleDeclarator(S, D, TemplateParameterLists); in ActOnCXXMemberDeclarator()
|
H A D | SemaOpenMP.cpp | 6684 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 2597 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,
|