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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2250 /// ActOnCapScopeReturnStmt - Utility routine to type-check return statements
2254 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { function in class:Sema
2377 return ActOnCapScopeReturnStmt(ReturnLoc, RetValExp);
/external/clang/include/clang/Sema/
H A DSema.h2570 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp);

Completed in 37 milliseconds