reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1802 if (!E) return false; 1804 E = E->IgnoreImpCasts(); 1804 E = E->IgnoreImpCasts(); 1806 if (isa<IntegerLiteral>(E)) return false; 1808 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) 1813 if (isa<CXXBoolLiteralExpr>(E))