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

References

tools/clang/lib/Sema/SemaStmt.cpp
  575   Expr *CondExpr = Cond.get().second;
  596   if (IsConstexpr || isa<ObjCAvailabilityCheckExpr>(Cond.get().second))
  599   return IfStmt::Create(Context, IfLoc, IsConstexpr, InitStmt, Cond.get().first,
  600                         Cond.get().second, thenStmt, ElseLoc, elseStmt);
  728   Expr *CondExpr = Cond.get().second;
  749   auto *SS = SwitchStmt::Create(Context, InitStmt, Cond.get().first, CondExpr);
 1321   auto CondVal = Cond.get();
 1787   CheckBreakContinueBinding(Second.get().second);
 1790   if (!Second.get().first)
 1791     CheckForLoopConditionalStatement(*this, Second.get().second, third.get(),
 1795   if (Second.get().second &&
 1797                        Second.get().second->getExprLoc()))
 1798     CommaVisitor(*this).Visit(Second.get().second);
 1805       ForStmt(Context, First, Second.get().second, Second.get().first, Third,
 1805       ForStmt(Context, First, Second.get().second, Second.get().first, Third,
tools/clang/lib/Sema/TreeTransform.h
 6856       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
 6913       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
 6982       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&