Home
last modified time | relevance | path

Searched defs:ReturnStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h38 class ReturnStmt; variable
/external/clang/include/clang/AST/
DStmt.h1344 ReturnStmt(SourceLocation RL) in ReturnStmt() function
1348 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function
1353 explicit ReturnStmt(EmptyShell Empty) : Stmt(ReturnStmtClass, Empty) { } in ReturnStmt() function
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc1056 DECL_VISIT_STMT(ReturnStmt) { in DECL_VISIT_STMT() argument