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

References

tools/clang/unittests/Basic/FileManagerTest.cpp
   65     SmallString<128> NormalizedPath(Path);
   67     Path = NormalizedPath.c_str();
   70     if (StatCalls.count(Path) != 0) {
   71       Status = StatCalls[Path];