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