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

References

lib/Support/JSON.cpp
  365   for (char C = next(); C != '"'; C = next()) {
  365   for (char C = next(); C != '"'; C = next()) {
  368     if (LLVM_UNLIKELY((C & 0x1f) == C))
  368     if (LLVM_UNLIKELY((C & 0x1f) == C))
  370     if (LLVM_LIKELY(C != '\\')) {
  371       Out.push_back(C);
  375     switch (C = next()) {
  379       Out.push_back(C);