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

References

tools/clang/include/clang/Lex/LiteralSupport.h
  187   bool hadError() const { return HadError; }
tools/clang/lib/Lex/LiteralSupport.cpp
 1220   HadError = false;
 1313           HadError = true;
 1318             HadError = true;
 1332         HadError = true;
 1334         HadError = true;
 1343       ProcessCharEscape(TokBegin, begin, end, HadError,
 1383   if (!HadError && multi_char_too_long) {