reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 1421     return const_cast<CompoundStmt *>(this)->getStmtExprResult();
tools/clang/lib/Sema/SemaExpr.cpp
13808             dyn_cast<ValueStmt>(Compound->getStmtExprResult())) {
tools/clang/lib/Sema/TreeTransform.h
 6658   const Stmt *ExprResult = S->getStmtExprResult();