Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DUEFI.cpp45 if (std::optional<std::string> Path = getStdlibIncludePath()) in AddClangSystemIncludeArgs()
H A DBareMetal.cpp411 if (std::optional<std::string> Path = getStdlibIncludePath()) in AddClangSystemIncludeArgs()
H A DClang.cpp9257 bool HasLibC = TC.getStdlibIncludePath().has_value(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h552 std::optional<std::string> getStdlibIncludePath() const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1018 std::optional<std::string> ToolChain::getStdlibIncludePath() const { in getStdlibIncludePath() function in ToolChain