Searched refs:detectLibcxxVersion (Results 1 – 5 of 5) sorted by relevance
388 std::string Version = detectLibcxxVersion(Path); in AddClangCXXStdlibIncludeArgs()
479 std::string Version = detectLibcxxVersion(LibPath); in addLibCxxIncludePaths()
3073 std::string Version = detectLibcxxVersion(Path); in addLibCxxIncludePaths()
666 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
994 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() function in ToolChain