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

References

tools/clang/include/clang/Basic/Module.h
  478     assert((File == nullptr || getASTFile() == nullptr ||
  479             getASTFile() == File) && "file path changed");
tools/clang/lib/AST/ExternalASTSource.cpp
   43   if (auto *File = M.getASTFile())
tools/clang/lib/Frontend/CompilerInstance.cpp
 1746         if (!Module || !Module->getASTFile() ||
 1747             !ModuleFile || (*ModuleFile != Module->getASTFile())) {
 2095       const FileEntry *Entry = TheModule->getASTFile();
tools/clang/lib/Sema/SemaModule.cpp
  192       else if (const auto *FE = M->getASTFile())
tools/clang/lib/Serialization/ASTReader.cpp
 3883         if (auto *ASTFE = M ? M->getASTFile() : nullptr) {
 5475         if (const FileEntry *CurFile = CurrentModule->getASTFile()) {
tools/clang/lib/Serialization/ModuleManager.cpp
   55     if (const FileEntry *File = Mod->getASTFile())
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  157             Imported->getASTFile());
tools/clang/tools/libclang/CIndex.cpp
 8294   return const_cast<FileEntry *>(Mod->getASTFile());
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  496                                     const_cast<FileEntry *>(Mod->getASTFile())),