Searched refs:getASTFile (Results 1 – 10 of 10) sorted by relevance
22 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
45 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
681 OptionalFileEntryRef getASTFile() const { in getASTFile() function687 assert((!getASTFile() || getASTFile() == File) && "file path changed"); in setASTFile()
568 if (!M->getASTFile()) in handleTopLevelModule()599 *M->getASTFile()); in handleTopLevelModule()765 PrebuiltModuleFileIt->second == M->getASTFile()->getName()); in isPrebuiltModule()
45 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
249 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
1927 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()1929 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()2307 OptionalFileEntryRef Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
401 else if (OptionalFileEntryRef FE = M->getASTFile()) in ActOnModuleDecl()
3022 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()3037 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()3050 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) { in getOrCreateModuleRef()3056 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()
4158 if (auto ASTFE = M ? M->getASTFile() : std::nullopt) { in ReadModuleMapFileBlock()5807 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()