Home
last modified time | relevance | path

Searched refs:getASTFile (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DModule.h531 OptionalFileEntryRefDegradesToFileEntryPtr getASTFile() const { in getASTFile() function
537 assert((!File || !getASTFile() || getASTFile() == File) && in setASTFile()
733 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/external/clang/include/clang/Basic/
DModule.h384 const FileEntry *getASTFile() const { in getASTFile() function
390 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()
391 getASTFile() == File) && "file path changed"); in setASTFile()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp148 MD.ImplicitModulePCMPath = std::string(M->getASTFile()->getName()); in handleTopLevelModule()
151 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile()); in handleTopLevelModule()
/external/clang/lib/AST/
DExternalASTSource.cpp35 if (auto *File = M.getASTFile()) in ASTSourceDescriptor()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp170 Imported->getASTFile()); in InclusionDirective()
/external/clang/include/clang/AST/
DExternalASTSource.h164 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/external/llvm-project/clang/lib/Serialization/
DModuleManager.cpp55 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
DASTReader.cpp3908 if (auto ASTFE = M ? M->getASTFile() : None) { in ReadModuleMapFileBlock()
5515 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1765 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()
1767 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()
2166 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/external/llvm-project/clang/lib/Basic/
DModule.cpp677 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp190 else if (Optional<FileEntryRef> FE = M->getASTFile()) in ActOnModuleDecl()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp495 if (auto File = Mod->getASTFile()) in importedModule()
DCIndex.cpp8403 if (auto File = Mod->getASTFile()) in clang_Module_getASTFile()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp483 const_cast<FileEntry *>(Mod->getASTFile())), in importedModule()
DCIndex.cpp7366 return const_cast<FileEntry *>(Mod->getASTFile()); in clang_Module_getASTFile()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2567 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()
2582 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()
2595 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) in getOrCreateModuleRef()
2597 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1711 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/external/clang/lib/Serialization/
DASTReader.cpp3246 if (auto *ASTFE = M ? M->getASTFile() : nullptr) in ReadModuleMapFileBlock()
4501 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1871 StringRef(), 0, Mod.getASTFile(), in getOrCreateModuleRef()