Home
last modified time | relevance | path

Searched refs:ActOnDeclarator (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp2501 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup()
2710 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
2744 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp6033 Decl *Sema::ActOnDeclarator(Scope *S, Declarator &D) { in ActOnDeclarator() function in Sema
14166 Decl *Var = ActOnDeclarator(S, D); in ActOnCXXForRangeIdentifier()
16367 FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(BlockScope, D)); in ImplicitlyDefineFunction()
HDSemaDeclCXX.cpp18397 Decl *Dcl = ActOnDeclarator(S, D); in ActOnCXXConditionDeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3409 Decl *ActOnDeclarator(Scope *S, Declarator &D);