Searched refs:LoggingEnabled (Results 1 – 2 of 2) sorted by relevance
199 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local200 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()
198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function