Searched refs:detectLibcxxVersion (Results 1 – 5 of 5) sorted by relevance
431 std::string Version = detectLibcxxVersion(Path); in AddClangCXXStdlibIncludeArgs()
529 std::string Version = detectLibcxxVersion(LibPath); in addLibCxxIncludePaths()
3279 std::string Version = detectLibcxxVersion(Path); in addLibCxxIncludePaths()
690 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
1180 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() function in ToolChain