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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2325   const Expr *OriginalExpr = Ex;
 2326   Ex = Ex->IgnoreParenCasts();
 2326   Ex = Ex->IgnoreParenCasts();
 2328   if (isa<GNUNullExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
 2328   if (isa<GNUNullExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
 2329       isa<CXXBoolLiteralExpr>(Ex) || isa<IntegerLiteral>(Ex) ||
 2329       isa<CXXBoolLiteralExpr>(Ex) || isa<IntegerLiteral>(Ex) ||
 2330       isa<FloatingLiteral>(Ex)) {
 2347   if (const auto *DR = dyn_cast<DeclRefExpr>(Ex)) {
 2371   if (const auto *IL = dyn_cast<IntegerLiteral>(Ex)) {
 2390   if (const auto *ME = dyn_cast<MemberExpr>(Ex)) {
 2396                  CharSourceRange::getTokenRange(Ex->getSourceRange()),