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()
212 if (LoggingEnabled) in Imported()
218 if (LoggingEnabled) in Imported()
294 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()
373 if (LoggingEnabled()) in MaybeRecordOrigin()
419 if (LoggingEnabled()) in RemoveSources()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h199 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function