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);
726 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local728 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()729 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1119 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMethodDecl() local1121 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()1122 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1515 unsigned NumStoredSelLocs = Record.readInt(); in VisitObjCMessageExpr() local1552 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()