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

/external/clang/lib/Sema/
H A DSemaDecl.cpp7528 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { function in class:Sema
7535 return ActOnStartOfFunctionDef(FnBodyScope, DP);
7603 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { function in class:Sema

Completed in 198 milliseconds