Searched refs:getASTFile (Results 1 – 11 of 11) sorted by relevance
534 OptionalFileEntryRefDegradesToFileEntryPtr getASTFile() const { in getASTFile() function540 assert((!File || !getASTFile() || getASTFile() == File) && in setASTFile()737 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
181 MD.ImplicitModulePCMPath = std::string(M->getASTFile()->getName()); in handleTopLevelModule()191 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile()); in handleTopLevelModule()
230 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
55 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
3930 if (auto ASTFE = M ? M->getASTFile() : None) { in ReadModuleMapFileBlock()5540 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
1739 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()1741 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()2127 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
682 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
190 else if (Optional<FileEntryRef> FE = M->getASTFile()) in ActOnModuleDecl()
495 if (auto File = Mod->getASTFile()) in importedModule()
8455 if (auto File = Mod->getASTFile()) in clang_Module_getASTFile()
2633 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()2648 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()2661 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) in getOrCreateModuleRef()2663 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()