clang
3.9.0
|
This is the complete list of members for clang::ReturnStmt, including all inherited members.
children() | clang::ReturnStmt | inline |
classof(const Stmt *T) | clang::ReturnStmt | inlinestatic |
getLocEnd() const LLVM_READONLY | clang::ReturnStmt | inline |
getLocStart() const LLVM_READONLY | clang::ReturnStmt | inline |
getNRVOCandidate() const | clang::ReturnStmt | inline |
getReturnLoc() const | clang::ReturnStmt | inline |
getRetValue() const | clang::ReturnStmt | |
getRetValue() | clang::ReturnStmt | |
ReturnStmt(SourceLocation RL) | clang::ReturnStmt | inlineexplicit |
ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) | clang::ReturnStmt | inline |
ReturnStmt(EmptyShell Empty) | clang::ReturnStmt | inlineexplicit |
setNRVOCandidate(const VarDecl *Var) | clang::ReturnStmt | inline |
setReturnLoc(SourceLocation L) | clang::ReturnStmt | inline |
setRetValue(Expr *E) | clang::ReturnStmt | inline |