Searched refs:getSpecificModuleCachePath (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h652 std::string getSpecificModuleCachePath();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp727 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath();
H A DCompilerInstance.cpp426 PP->getHeaderSearchInfo().setModuleCachePath(getSpecificModuleCachePath());
474 std::string CompilerInstance::getSpecificModuleCachePath() { function in class:CompilerInstance

Completed in 189 milliseconds