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