Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInstance.h687 std::string getSpecificModuleCachePath(StringRef ModuleHash);
688 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
689 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInstance.h687 std::string getSpecificModuleCachePath(StringRef ModuleHash);
688 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
689 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInstance.h681 std::string getSpecificModuleCachePath(StringRef ModuleHash);
682 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
683 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInstance.h723 std::string getSpecificModuleCachePath(StringRef ModuleHash);
724 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
725 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInstance.h639 std::string getSpecificModuleCachePath();
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendAction.cpp284 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()
H A DCompilerInstance.cpp343 PP->getHeaderSearchInfo().setModuleCachePath(getSpecificModuleCachePath()); in createPreprocessor()
386 std::string CompilerInstance::getSpecificModuleCachePath() { in getSpecificModuleCachePath() function in CompilerInstance