Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp3072 auto AddIncludePath = [&](std::string Path) { in addLibCxxIncludePaths() local
3090 if (AddIncludePath(getDriver().Dir + "/../include")) in addLibCxxIncludePaths()
3095 if (AddIncludePath(concat(SysRoot, "/usr/local/include"))) in addLibCxxIncludePaths()
3097 if (AddIncludePath(concat(SysRoot, "/usr/include"))) in addLibCxxIncludePaths()