Home
last modified time | relevance | path

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

/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