HomeSort by: relevance | last modified time | path
    Searched refs:getModuleCache (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(),
164 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"",
FrontendActions.cpp 115 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
174 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
338 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(),
CompilerInstance.cpp 202 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() &&
568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(),
1114 &ImportingInstance.getModuleCache());
1510 getPreprocessor(), getModuleCache(), &getASTContext(),
PrecompiledPreamble.cpp 293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 195 getModuleCache().lookupPCM(FileName)) {
199 } else if (getModuleCache().shouldBuildPCM(FileName)) {
226 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf));
ASTReader.cpp 2765 !ModuleMgr.getModuleCache().isPCMFinal(F.FileName))
4545 auto &MC = getModuleManager().getModuleCache();
4687 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) {
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 245 &CI.getModuleCache());
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; }

Completed in 29 milliseconds