Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h28 class ReturnStmt; variable
/external/clang/include/clang/AST/
DStmt.h1322 ReturnStmt(SourceLocation RL) in ReturnStmt() function
1325 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function
1330 explicit ReturnStmt(EmptyShell Empty) : Stmt(ReturnStmtClass, Empty) { } in ReturnStmt() function
1352 static bool classof(const ReturnStmt *) { return true; } in classof()
/external/v8/tools/gcmole/
Dgcmole.cc1075 DECL_VISIT_STMT(ReturnStmt) { in DECL_VISIT_STMT() argument