Searched defs:ActOnDeclarator (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp4239 Decl *Sema::ActOnDeclarator(Scope *S, Declarator &D) { function in class:Sema
7622 /// (called via ActOnDeclarator) and for the declaration of functions
9037 Decl *Var = ActOnDeclarator(S, D);
10356 FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(TUScope, D));

Completed in 124 milliseconds