Home | History | Annotate | Download | only in Core

Lines Matching defs:Meta

2620   if (const SymbolMetadata *meta = dyn_cast<SymbolMetadata>(sym))
2621 getInterestingRegions().insert(meta->getRegion());
3461 // Get the meta data.
3462 const BugReport::ExtraTextList &Meta = exampleReport->getExtraText();
3463 for (BugReport::ExtraTextList::const_iterator i = Meta.begin(),
3464 e = Meta.end(); i != e; ++i) {