HomeSort by: relevance | last modified time | path
    Searched refs:ActOnCapScopeReturnStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 3590 /// ActOnCapScopeReturnStmt - Utility routine to type-check return statements
3594 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) {
3947 return ActOnCapScopeReturnStmt(ReturnLoc, RetValExp);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4769 StmtResult ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp);

Completed in 26 milliseconds