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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
  256     if (CompareS != S && CompareDesugarStr != S)
  256     if (CompareS != S && CompareDesugarStr != S)
  294       if (akaStr != S) {
  295         S = "'" + S + "' (aka '" + akaStr + "')";
  295         S = "'" + S + "' (aka '" + akaStr + "')";
  296         return S;
  308       OS << "'" << S << "' (vector of " << VTy->getNumElements() << " '"
  315   S = "'" + S + "'";
  315   S = "'" + S + "'";
  316   return S;