Searched refs:StmtUsesPair (Results 1 – 1 of 1) sorted by relevance
983 StmtUsesPair; typedef991 bool operator()(const StmtUsesPair &LHS, const StmtUsesPair &RHS) { in operator ()()1038 SmallVector<StmtUsesPair, 8> UsesByStmt; in diagnoseRepeatedUseOfWeak()1083 UsesByStmt.push_back(StmtUsesPair(UI->getUseExpr(), I)); in diagnoseRepeatedUseOfWeak()1115 for (SmallVectorImpl<StmtUsesPair>::const_iterator I = UsesByStmt.begin(), in diagnoseRepeatedUseOfWeak()