Searched refs:HandleDeclarator (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 1042 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1072 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
/external/llvm-project/clang/lib/Parse/ |
D | Parser.cpp | 1232 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1263 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 4790 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() 4916 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema 11080 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
|
D | SemaTemplate.cpp | 6580 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator()
|
D | SemaDeclCXX.cpp | 2198 Member = HandleDeclarator(S, D, TemplateParameterLists); in ActOnCXXMemberDeclarator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 5547 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() 5680 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema 13830 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
|
D | SemaTemplate.cpp | 8614 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator()
|
D | SemaDeclCXX.cpp | 3402 Member = HandleDeclarator(S, D, TemplateParameterLists); in ActOnCXXMemberDeclarator()
|
D | SemaOpenMP.cpp | 5950 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1670 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 2468 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,
|