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

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

Completed in 40 milliseconds