Searched refs:LoggingEnabled (Results 1 – 2 of 2) sorted by relevance
116 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local117 if (LoggingEnabled) in Imported()128 if (LoggingEnabled) in Imported()137 if (LoggingEnabled) in Imported()214 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()293 if (LoggingEnabled()) in MaybeRecordOrigin()326 if (LoggingEnabled()) in RemoveSources()
171 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function