Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp4547 static std::string DetectLibcxxIncludePath(StringRef base) { in DetectLibcxxIncludePath() function
4575 DetectLibcxxIncludePath(getDriver().Dir + "/../include/c++"), in AddClangCXXStdlibIncludeArgs()
4579 DetectLibcxxIncludePath(getDriver().SysRoot + "/usr/local/include/c++"), in AddClangCXXStdlibIncludeArgs()
4580 DetectLibcxxIncludePath(getDriver().SysRoot + "/usr/include/c++") }; in AddClangCXXStdlibIncludeArgs()