Searched refs:NumStoredSelLocs (Results 1 – 5 of 5) sorted by relevance
229 unsigned NumStoredSelLocs) { in CreateEmpty() argument230 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs); in CreateEmpty()241 unsigned NumStoredSelLocs = in alloc() local243 return alloc(C, Args.size(), NumStoredSelLocs); in alloc()247 unsigned NumStoredSelLocs) { in alloc() argument249 totalSizeToAlloc<void *, SourceLocation>(NumArgs + 1, NumStoredSelLocs), in alloc()
1097 unsigned NumStoredSelLocs);1219 unsigned NumStoredSelLocs);
1004 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local1006 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()1007 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1196 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMethodDecl() local1198 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()1199 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1576 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMessageExpr() local1613 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()