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

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

Completed in 120 milliseconds