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

References

tools/clang/unittests/Basic/FileManagerTest.cpp
   33     SmallString<128> NormalizedPath(Path);
   35     Path = NormalizedPath.c_str();
   41     llvm::vfs::Status Status(Path, llvm::sys::fs::UniqueID(1, INode),
   45     StatCalls[Path] = Status;