Home | History | Annotate | Download | only in AST

Lines Matching refs:NumStoredSelLocs

3440                                               unsigned NumStoredSelLocs) {
3441 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs);
3452 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size()
3454 return alloc(C, Args.size(), NumStoredSelLocs);
3459 unsigned NumStoredSelLocs) {
3461 NumArgs * sizeof(Expr *) + NumStoredSelLocs * sizeof(SourceLocation);