Home | History | Annotate | Download | only in AST

Lines Matching defs:NumStoredSelLocs

3540                                               unsigned NumStoredSelLocs) {
3541 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs);
3552 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size()
3554 return alloc(C, Args.size(), NumStoredSelLocs);
3559 unsigned NumStoredSelLocs) {
3561 NumArgs * sizeof(Expr *) + NumStoredSelLocs * sizeof(SourceLocation);