Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp2907 auto AddIncludePath = [&](std::string Path) { in addLibCxxIncludePaths() local
2925 if (AddIncludePath(getDriver().Dir + "/../include")) in addLibCxxIncludePaths()
2930 if (AddIncludePath(SysRoot + "/usr/local/include")) in addLibCxxIncludePaths()
2932 if (AddIncludePath(SysRoot + "/usr/include")) in addLibCxxIncludePaths()