Home
last modified time | relevance | path

Searched defs:LinuxDistro (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Driver/
H A DDistro.cpp232 static Distro::DistroType LinuxDistro = DetectDistro(VFS); in GetDistro() local
/llvm-project/clang/unittests/Driver/
H A DDistroTest.cpp371 Distro LinuxDistro{CFileSystem, llvm::Triple("unknown-pc-linux")}; in TEST() local