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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2712 auto AddIncludePath = [&](std::string Path) { local
2722 if (AddIncludePath(getDriver().Dir + "/../include/c++"))
2727 if (AddIncludePath(SysRoot + "/usr/local/include/c++"))
2729 if (AddIncludePath(SysRoot + "/usr/include/c++"))

Completed in 114 milliseconds