Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp169 std::string ContextLogs; member in clang::dataflow::__anon475589f90111::HTMLLogger
286 if (!ContextLogs.empty()) { in recordState()
287 JOS->attribute("logs", ContextLogs); in recordState()
288 ContextLogs.clear(); in recordState()
301 ContextLogs.append(S.begin(), S.end()); in logText()
302 ContextLogs.push_back('\n'); in logText()