Searched refs:getDefaultModuleCachePath (Results 1 – 3 of 3) sorted by relevance
818 static bool getDefaultModuleCachePath(SmallVectorImpl<char> &Result);
84 if (clang::driver::Driver::getDefaultModuleCachePath(path)) { in ModuleListProperties()
3899 bool Driver::getDefaultModuleCachePath(SmallVectorImpl<char> &Result) { in getDefaultModuleCachePath() function in Driver3993 HasPath = Driver::getDefaultModuleCachePath(Path); in RenderModulesOptions()