Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp173 std::string ContextLogs; member in clang::dataflow::__anon109acdc30111::HTMLLogger
295 if (!ContextLogs.empty()) { in recordState()
296 JOS.attribute("logs", ContextLogs); in recordState()
297 ContextLogs.clear(); in recordState()
313 ContextLogs.append(S.begin(), S.end()); in logText()
314 ContextLogs.push_back('\n'); in logText()