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

References

tools/clang/lib/Lex/LiteralSupport.cpp
  552   hadError = false;
  556     if (hadError)
  565       if (hadError)
  740       hadError = true;
  744   if (!hadError && saw_fixed_point_suffix) {
  761     hadError = true;
  785       if (!hadError) {
  788         hadError = true;
  836     hadError = true;
  876       hadError = true;
  890         if (!hadError) {
  893           hadError = true;
  910       hadError = true;
  936       hadError = true;
tools/clang/lib/Lex/PPExpressions.cpp
  281     if (Literal.hadError)
tools/clang/lib/Lex/Preprocessor.cpp
 1351   if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
tools/clang/lib/Sema/SemaExpr.cpp
 3413   if (Literal.hadError)