Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h91 using ExtraTextList = SmallVector<StringRef, 2>; variable
108 ExtraTextList ExtraText;
298 virtual const ExtraTextList &getExtraText() { in getExtraText()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2986 const BugReport::ExtraTextList &Meta = report->getExtraText(); in FlushReport()