Home
last modified time | relevance | path

Searched refs:DetectLibcxxIncludePath (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp2890 static std::string DetectLibcxxIncludePath(llvm::vfs::FileSystem &vfs, in DetectLibcxxIncludePath() function
2914 std::string IncludePath = DetectLibcxxIncludePath(getVFS(), Path); in addLibCxxIncludePaths()