Home
last modified time | relevance | path

Searched refs:getSpecificModuleCachePath (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h652 std::string getSpecificModuleCachePath(StringRef ModuleHash);
653 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
654 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/external/clang/include/clang/Frontend/
DCompilerInstance.h639 std::string getSpecificModuleCachePath();
/external/clang/lib/Frontend/
DFrontendAction.cpp284 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()
DCompilerInstance.cpp343 PP->getHeaderSearchInfo().setModuleCachePath(getSpecificModuleCachePath()); in createPreprocessor()
386 std::string CompilerInstance::getSpecificModuleCachePath() { in getSpecificModuleCachePath() function in CompilerInstance
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp435 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()
484 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance
DFrontendAction.cpp726 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()