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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1370   Cond = Cond->IgnoreParens();
 1370   Cond = Cond->IgnoreParens();
 1372   if (const BinaryOperator *CondBOp = dyn_cast<BinaryOperator>(Cond)) {
 1405         ApplyDebugLocation DL(*this, Cond);
 1454         ApplyDebugLocation DL(*this, Cond);
 1472   if (const UnaryOperator *CondUOp = dyn_cast<UnaryOperator>(Cond)) {
 1483   if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) {
 1508       ApplyDebugLocation DL(*this, Cond);
 1523   if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) {
 1537   auto *Call = dyn_cast<CallExpr>(Cond->IgnoreImpCasts());
 1555     ApplyDebugLocation DL(*this, Cond);
 1556     CondV = EvaluateExprAsBool(Cond);