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

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp235 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs; local
249 ATLs.push_back(std::make_pair(ATL, PD));
258 if (ATLs.empty())
286 for (unsigned i = 0, e = ATLs.size(); i != e; ++i) {
287 SourceLocation Loc = ATLs[i].first.getAttrNameLoc();
294 ATLs[i].second->getLocation());

Completed in 133 milliseconds