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

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

Completed in 149 milliseconds