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

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

Completed in 37 milliseconds