Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1277 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
1308 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp6005 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator()
6146 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema
14526 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
H A DSemaTemplate.cpp8667 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator()
H A DSemaDeclCXX.cpp3476 Member = HandleDeclarator(S, D, TemplateParameterLists); in ActOnCXXMemberDeclarator()
H A DSemaOpenMP.cpp7122 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2799 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,