Home
last modified time | relevance | path

Searched refs:LoggingEnabled (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp116 const bool LoggingEnabled = Parent.LoggingEnabled(); in Imported() local
117 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h171 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled() function