Searched refs:HandleDeclarator (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1235 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() 1266 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5642 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() 5772 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema 14017 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 | 6699 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2633 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,
|