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

References

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
   23     FilePath = SM.getFilename(Loc);
   24     if (FilePath.empty())
   26     if (!FilePath.endswith(".inc"))
   33     FilePath = Collector->getMappedHeader(FilePath);
   33     FilePath = Collector->getMappedHeader(FilePath);
   34   SmallString<256> CleanedFilePath = FilePath;