Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2999 SmallVector<StringRef, 4> GentooScanPaths; in ScanGentooGccConfig() local
3018 ConfLine.split(GentooScanPaths, ':', -1, /*AllowEmpty*/ false); in ScanGentooGccConfig()
3025 GentooScanPaths.push_back(StringRef(basePath)); in ScanGentooGccConfig()
3028 for (const auto &GentooScanPath : GentooScanPaths) { in ScanGentooGccConfig()