Home
last modified time | relevance | path

Searched refs:DetectLibcxxIncludePath (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp866 static std::string DetectLibcxxIncludePath(StringRef base) { in DetectLibcxxIncludePath() function
889 DetectLibcxxIncludePath(getDriver().ResourceDir + "/include/c++"), in addLibCxxIncludePaths()
890 DetectLibcxxIncludePath(getDriver().Dir + "/../include/c++"), in addLibCxxIncludePaths()
894 DetectLibcxxIncludePath(SysRoot + "/usr/local/include/c++"), in addLibCxxIncludePaths()
895 DetectLibcxxIncludePath(SysRoot + "/usr/include/c++") }; in addLibCxxIncludePaths()