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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2856 /// ActOnCapScopeReturnStmt - Utility routine to type-check return statements
2860 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { function in class:Sema
3182 return ActOnCapScopeReturnStmt(ReturnLoc, RetValExp);

Completed in 74 milliseconds