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

/external/clang/lib/Sema/
H A DSemaDecl.cpp4551 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous,
6220 // DiagnoseInvalidRedeclaration to call Sema::ActOnFunctionDeclarator.
6326 // Set up everything for the call to ActOnFunctionDeclarator
6349 // TODO: Refactor ActOnFunctionDeclarator so that we can call only the
6352 Result = SemaRef.ActOnFunctionDeclarator(
6777 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, function in class:Sema

Completed in 69 milliseconds