Home
last modified time | relevance | path

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

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