Searched refs:getStdlibIncludePath (Results 1 – 5 of 5) sorted by relevance
45 if (std::optional<std::string> Path = getStdlibIncludePath()) in AddClangSystemIncludeArgs()
411 if (std::optional<std::string> Path = getStdlibIncludePath()) in AddClangSystemIncludeArgs()
9257 bool HasLibC = TC.getStdlibIncludePath().has_value(); in ConstructJob()
552 std::optional<std::string> getStdlibIncludePath() const;
1018 std::optional<std::string> ToolChain::getStdlibIncludePath() const { in getStdlibIncludePath() function in ToolChain