Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h658 std::string getSpecificModuleCachePath();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp415 PP->getHeaderSearchInfo().setModuleCachePath(getSpecificModuleCachePath()); in createPreprocessor()
464 std::string CompilerInstance::getSpecificModuleCachePath() { in getSpecificModuleCachePath() function in CompilerInstance
H A DFrontendAction.cpp712 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()