Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp2374 SmallVector<StringRef, 4> GentooScanPaths; in ScanGentooGccConfig() local
2393 ConfLine.split(GentooScanPaths, ':', -1, /*AllowEmpty*/ false); in ScanGentooGccConfig()
2400 GentooScanPaths.push_back(StringRef(basePath)); in ScanGentooGccConfig()
2403 for (const auto &GentooScanPath : GentooScanPaths) { in ScanGentooGccConfig()