Searched refs:getASTFile (Results 1 – 8 of 8) sorted by relevance
466 const FileEntry *getASTFile() const { in getASTFile() function472 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()473 getASTFile() == File) && "file path changed"); in setASTFile()
44 if (auto *File = M.getASTFile()) in ASTSourceDescriptor()
190 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
56 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
3611 if (auto *ASTFE = M ? M->getASTFile() : nullptr) { in ReadModuleMapFileBlock()5037 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
1732 if (!Module || !Module->getASTFile() || in loadModule()1733 FileMgr->getFile(ModuleFileName) != Module->getASTFile()) { in loadModule()2074 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
2305 Mod.getASTFile(), llvm::DICompileUnit::FullDebug, in getOrCreateModuleRef()
17025 else if (const auto *FE = M->getASTFile()) in ActOnModuleDecl()