Searched refs:ATLs (Results 1 – 1 of 1) sorted by relevance
235 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs; in checkAllAtProps() local249 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()258 if (ATLs.empty()) in checkAllAtProps()286 for (unsigned i = 0, e = ATLs.size(); i != e; ++i) { in checkAllAtProps()287 SourceLocation Loc = ATLs[i].first.getAttrNameLoc(); in checkAllAtProps()294 ATLs[i].second->getLocation()); in checkAllAtProps()