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