Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.h210 std::set<std::string> CandidateGCCInstallPaths; variable
H A DGnu.cpp2000 for (const auto &InstallPath : CandidateGCCInstallPaths) in print()
2553 if (!CandidateGCCInstallPaths.insert(std::string(LI->path())).second) in ScanLibDirForGCCTriple()