Searched refs:NumStoredSelLocs (Results 1 – 5 of 5) 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()
1078 unsigned NumStoredSelLocs);1215 unsigned NumStoredSelLocs);
720 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local722 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()723 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1071 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMethodDecl() local1073 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()1074 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1520 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMessageExpr() local1557 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()