Searched refs:getASTFile (Results 1 – 5 of 5) sorted by relevance
361 const FileEntry *getASTFile() const { in getASTFile() function367 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()368 getASTFile() == File) && "file path changed"); in setASTFile()
271 const_cast<FileEntry *>(Mod->getASTFile())), in importedModule()
6731 return const_cast<FileEntry *>(Mod->getASTFile()); in clang_Module_getASTFile()
1704 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
4549 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()