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

References

tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
   89   llvm::sys::path::native("//net/dir/file1", PathStorage);
   90   expected_files.push_back(PathStorage.str());
   91   llvm::sys::path::native("//net/dir/file2", PathStorage);
   92   expected_files.push_back(PathStorage.str());
   93   llvm::sys::path::native("//net/file1", PathStorage);
   94   expected_files.push_back(PathStorage.str());