Searched refs:detectLibcxxVersion (Results 1 – 4 of 4) sorted by relevance
369 std::string Version = detectLibcxxVersion(Path); in AddClangCXXStdlibIncludeArgs()
2908 std::string Version = detectLibcxxVersion(Path); in addLibCxxIncludePaths()
613 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
879 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() function in ToolChain