Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp2718 SmallVector<StringRef, 4> GentooScanPaths; in ScanGentooGccConfig() local
2737 ConfLine.split(GentooScanPaths, ':', -1, /*AllowEmpty*/ false); in ScanGentooGccConfig()
2744 GentooScanPaths.push_back(StringRef(basePath)); in ScanGentooGccConfig()
2747 for (const auto &GentooScanPath : GentooScanPaths) { in ScanGentooGccConfig()