Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.h353 bool DetectDebian = false) const;
H A DGnu.cpp3051 bool DetectDebian) const { in addLibStdCXXIncludePaths()
3064 if (DetectDebian && !getVFS().exists(Path)) in addLibStdCXXIncludePaths()
3071 if (DetectDebian) in addLibStdCXXIncludePaths()
/llvm-project-15.0.7/clang/unittests/Driver/
H A DDistroTest.cpp234 TEST(DistroTest, DetectDebian) { in TEST() argument