Searched refs:LoggingEnabled (Results 1 – 2 of 2) sorted by relevance
202 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local203 if (LoggingEnabled) in Imported()214 if (LoggingEnabled) in Imported()223 if (LoggingEnabled) in Imported()299 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()378 if (LoggingEnabled()) in MaybeRecordOrigin()423 if (LoggingEnabled()) in RemoveSources()
198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function