Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h68 typedef SmallVector<StringRef, 2> ExtraTextList; typedef
84 ExtraTextList ExtraText;
256 virtual const ExtraTextList &getExtraText() { in getExtraText()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3437 const BugReport::ExtraTextList &Meta = exampleReport->getExtraText(); in FlushReport()
3438 for (BugReport::ExtraTextList::const_iterator i = Meta.begin(), in FlushReport()