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

References

tools/clang/lib/Analysis/ReachableCode.cpp
   41   Ex = Ex->IgnoreParenCasts();
   41   Ex = Ex->IgnoreParenCasts();
   42   return isa<IntegerLiteral>(Ex) || isa<StringLiteral>(Ex) ||
   42   return isa<IntegerLiteral>(Ex) || isa<StringLiteral>(Ex) ||
   43          isa<CXXBoolLiteralExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
   43          isa<CXXBoolLiteralExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
   44          isa<CharacterLiteral>(Ex) ||
   45          isEnumConstant(Ex);