Home | History | Annotate | Download | only in Core

Lines Matching refs:Meta

1286   if (const SymbolMetadata *meta = dyn_cast<SymbolMetadata>(sym))
1287 interestingRegions.insert(meta->getRegion());
1977 // Get the meta data.
1978 const BugReport::ExtraTextList &Meta =
1980 for (BugReport::ExtraTextList::const_iterator i = Meta.begin(),
1981 e = Meta.end(); i != e; ++i) {