Home | History | Annotate | Download | only in AST

Lines Matching defs:NumStoredSelLocs

3634                                               unsigned NumStoredSelLocs) {
3635 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs);
3646 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size()
3648 return alloc(C, Args.size(), NumStoredSelLocs);
3653 unsigned NumStoredSelLocs) {
3655 NumArgs * sizeof(Expr *) + NumStoredSelLocs * sizeof(SourceLocation);