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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h67 typedef SmallVector<StringRef, 2> ExtraTextList; typedef in class:clang::ento::BugReport
83 ExtraTextList ExtraText;
256 virtual const ExtraTextList &getExtraText() {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3420 const BugReport::ExtraTextList &Meta = exampleReport->getExtraText();
3421 for (BugReport::ExtraTextList::const_iterator i = Meta.begin(),

Completed in 61 milliseconds