Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1354 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
1385 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6221 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator()
6362 NamedDecl *Sema::HandleDeclarator(Scope *S, Declarator &D, in HandleDeclarator() function in Sema
15452 Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists); in ActOnStartOfFunctionDef()
H A DSemaTemplate.cpp9205 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator()
H A DSemaDeclCXX.cpp3650 Member = HandleDeclarator(S, D, TemplateParameterLists); in ActOnCXXMemberDeclarator()
H A DSemaOpenMP.cpp7352 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2911 NamedDecl *HandleDeclarator(Scope *S, Declarator &D,