Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h136 static AutoDetectFunctionType defaultAutoDetectFunction();
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp34 : OS(OS), ShowColors(llvm::WithColor::defaultAutoDetectFunction()(OS)) {} in TextualLogger()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp170 WithColor::AutoDetectFunctionType WithColor::defaultAutoDetectFunction() { in defaultAutoDetectFunction() function in WithColor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp42 ColorsEnabled.value_or(WithColor::defaultAutoDetectFunction()(OS))) {} in MarkupFilter()