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()
1103 unsigned NumStoredSelLocs);1225 unsigned NumStoredSelLocs);
793 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local795 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()796 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1199 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMethodDecl() local1201 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()1202 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1550 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMessageExpr() local1587 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()