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

References

tools/clang/tools/extra/modularize/ModularizeUtilities.cpp
  435   llvm::sys::path::const_iterator B = llvm::sys::path::begin(Path),
  436     E = llvm::sys::path::end(Path);
  446   if (Path.endswith("/") || Path.endswith("\\"))
  446   if (Path.endswith("/") || Path.endswith("\\"))
  447     Buffer.append(1, Path.back());