Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp2913 auto AddIncludePath = [&](std::string Path) { in addLibCxxIncludePaths() local
2923 if (AddIncludePath(getDriver().Dir + "/../include/c++")) in addLibCxxIncludePaths()
2929 if (AddIncludePath(SysRoot + "/usr/local/include/c++")) in addLibCxxIncludePaths()
2931 if (AddIncludePath(SysRoot + "/usr/include/c++")) in addLibCxxIncludePaths()