Home | History | Annotate | Download | only in AST

Lines Matching refs:NumStoredSelLocs

2905                                               unsigned NumStoredSelLocs) {
2906 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs);
2917 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size()
2919 return alloc(C, Args.size(), NumStoredSelLocs);
2924 unsigned NumStoredSelLocs) {
2926 NumArgs * sizeof(Expr *) + NumStoredSelLocs * sizeof(SourceLocation);