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

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

Completed in 329 milliseconds