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

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

Completed in 61 milliseconds