Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCLog.h50 static bool isLoggingEnabled() { return getEnvVar() != nullptr; } in isLoggingEnabled() function
58 if (isLoggingEnabled())
H A DIndexing.cpp475 if (Logger::isLoggingEnabled()) in clang_indexSourceFile_Impl()