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

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

Completed in 96 milliseconds