Searched refs:ATLs (Results 1 – 1 of 1) sorted by relevance
232 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs; in checkAllAtProps() local245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()254 if (ATLs.empty()) in checkAllAtProps()282 for (unsigned i = 0, e = ATLs.size(); i != e; ++i) { in checkAllAtProps()283 SourceLocation Loc = ATLs[i].first.getAttr()->getLocation(); in checkAllAtProps()291 ATLs[i].second->getLocation()); in checkAllAtProps()