Searched refs:getASTFile (Results 1 – 11 of 11) sorted by relevance
22 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
45 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
737 OptionalFileEntryRef getASTFile() const { in getASTFile() function743 assert((!getASTFile() || getASTFile() == File) && "file path changed"); in setASTFile()
752 if (!M->getASTFile()) in handleTopLevelModule()786 *M->getASTFile()); in handleTopLevelModule()999 PrebuiltModuleFileIt->second == M->getASTFile()->getName()); in isPrebuiltModule()
46 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
247 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
54 if (OptionalFileEntryRef File = Mod->getASTFile()) in lookupByModuleName()
4458 if (auto ASTFE = M ? M->getASTFile() : std::nullopt) { in ReadModuleMapFileBlock()6127 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
1942 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()1944 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()2323 OptionalFileEntryRef Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
404 else if (OptionalFileEntryRef FE = M->getASTFile()) in ActOnModuleDecl()
3247 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()3262 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()3275 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) { in getOrCreateModuleRef()3281 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()