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

References

tools/clang/lib/Driver/ToolChains/MSVC.cpp
  121       bool IsBin = llvm::sys::path::filename(TestPath).equals_lower("bin");
  124         TestPath = llvm::sys::path::parent_path(TestPath);
  124         TestPath = llvm::sys::path::parent_path(TestPath);
  125         IsBin = llvm::sys::path::filename(TestPath).equals_lower("bin");
  128         llvm::StringRef ParentPath = llvm::sys::path::parent_path(TestPath);