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

References

tools/clang/lib/Serialization/ASTReader.cpp
 1507     const FileEntry *File = IF.getFile();
 2278   if (F.InputFilesLoaded[ID-1].getFile())
 2635           if (!IF.getFile() || IF.isOutOfDate())
 9835       if (auto *FE = getInputFile(MF, I + 1).getFile())
tools/clang/tools/c-index-test/core_main.cpp
  204     OS << IF.getFile()->getName() << '\n';
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  112         Recorder->addNecessaryFile(IF.getFile());