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

References

tools/clang/tools/extra/modularize/CoverageChecker.cpp
  355   if (IncludePath.size())
  356     sys::path::append(Directory, IncludePath);
  359   if (IncludePath.startswith("/") || IncludePath.startswith("\\") ||
  359   if (IncludePath.startswith("/") || IncludePath.startswith("\\") ||
  360     ((IncludePath.size() >= 2) && (IncludePath[1] == ':'))) {
  360     ((IncludePath.size() >= 2) && (IncludePath[1] == ':'))) {
  361     llvm::errs() << "error: Include path \"" << IncludePath
  396       << IncludePath << "\"\n";