Searched refs:getASTFile (Results 1 – 12 of 12) sorted by relevance
612 OptionalFileEntryRefDegradesToFileEntryPtr getASTFile() const { in getASTFile() function618 assert((!getASTFile() || getASTFile() == File) && "file path changed"); in setASTFile()826 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
422 if (!M->getASTFile()) in handleTopLevelModule()450 M->getASTFile()); in handleTopLevelModule()599 PrebuiltModuleFileIt->second == M->getASTFile()->getName()); in isPrebuiltModule()
40 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
249 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
55 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
3974 if (auto ASTFE = M ? M->getASTFile() : std::nullopt) { in ReadModuleMapFileBlock()5605 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
1864 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()1866 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()2238 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
705 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
324 else if (OptionalFileEntryRef FE = M->getASTFile()) in ActOnModuleDecl()
502 if (auto File = Mod->getASTFile()) in importedModule()
8748 if (auto File = Mod->getASTFile()) in clang_Module_getASTFile()
2751 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()2766 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()2779 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) { in getOrCreateModuleRef()2785 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()