Searched refs:NumStoredSelLocs (Results 1 – 4 of 4) sorted by relevance
234 unsigned NumStoredSelLocs) { in CreateEmpty() argument235 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs); in CreateEmpty()246 unsigned NumStoredSelLocs = in alloc() local248 return alloc(C, Args.size(), NumStoredSelLocs); in alloc()252 unsigned NumStoredSelLocs) { in alloc() argument254 totalSizeToAlloc<void *, SourceLocation>(NumArgs + 1, NumStoredSelLocs), in alloc()
831 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local833 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()834 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1191 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMethodDecl() local1193 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()1194 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1557 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMessageExpr() local1594 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()