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

/external/clang/lib/Sema/
H A DSemaDecl.cpp3759 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous,
4741 // DiagnoseInvalidRedeclaration to call Sema::ActOnFunctionDeclarator.
4846 // Set up everything for the call to ActOnFunctionDeclarator
4861 // TODO: Refactor ActOnFunctionDeclarator so that we can call only the
4864 Result = SemaRef.ActOnFunctionDeclarator(
5131 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, function in class:Sema

Completed in 1257 milliseconds