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

References

tools/clang/lib/Format/SortJavaScriptImports.cpp
  109   if (LHS.Prefix.empty() != RHS.Prefix.empty())
  109   if (LHS.Prefix.empty() != RHS.Prefix.empty())
  110     return LHS.Prefix.empty() < RHS.Prefix.empty();
  110     return LHS.Prefix.empty() < RHS.Prefix.empty();
  111   if (LHS.Prefix != RHS.Prefix)
  111   if (LHS.Prefix != RHS.Prefix)
  112     return LHS.Prefix > RHS.Prefix;
  112     return LHS.Prefix > RHS.Prefix;
  312                      << ", prefix: " << Reference.Prefix;
  389     Reference.Prefix = Current->TokenText;