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

/external/clang/include/clang/AST/
H A DStmt.h1312 /// ReturnStmt - This represents a return, optionally of an expression:
1321 class ReturnStmt : public Stmt { class in namespace:clang
1327 ReturnStmt(SourceLocation RL) function in class:clang::ReturnStmt
1330 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) function in class:clang::ReturnStmt
1335 explicit ReturnStmt(EmptyShell Empty) : Stmt(ReturnStmtClass, Empty) { } function in class:clang::ReturnStmt
1357 static bool classof(const ReturnStmt *) { return true; }

Completed in 74 milliseconds