Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp199 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local
200 if (LoggingEnabled) in Imported()
211 if (LoggingEnabled) in Imported()
220 if (LoggingEnabled) in Imported()
296 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()
375 if (LoggingEnabled()) in MaybeRecordOrigin()
420 if (LoggingEnabled()) in RemoveSources()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function