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

/external/clang/lib/Sema/
H A DSemaDecl.cpp7068 // FIXME: Does this ever happen? ActOnStartOfFunctionDef forces the function
9716 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { function in class:Sema
9723 return ActOnStartOfFunctionDef(FnBodyScope, DP);
9849 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { function in class:Sema

Completed in 77 milliseconds