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

References

tools/clang/lib/CodeGen/CGStmt.cpp
  396   assert((!GetLast || (GetLast && ExprResult)) &&
  402     if (GetLast && ExprResult == CurStmt) {
  408       while (!isa<Expr>(ExprResult)) {
  409         if (const auto *LS = dyn_cast<LabelStmt>(ExprResult)) {
  411           ExprResult = LS->getSubStmt();
  412         } else if (const auto *AS = dyn_cast<AttributedStmt>(ExprResult)) {
  415           ExprResult = AS->getSubStmt();
  423       const Expr *E = cast<Expr>(ExprResult);