Searched refs:NumStoredSelLocs (Results 1 – 5 of 5) sorted by relevance
260 unsigned NumStoredSelLocs) { in CreateEmpty() argument261 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs); in CreateEmpty()272 unsigned NumStoredSelLocs = in alloc() local274 return alloc(C, Args.size(), NumStoredSelLocs); in alloc()278 unsigned NumStoredSelLocs) { in alloc() argument280 totalSizeToAlloc<void *, SourceLocation>(NumArgs + 1, NumStoredSelLocs), in alloc()
997 unsigned NumStoredSelLocs);1127 unsigned NumStoredSelLocs);
645 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl() local647 Record.push_back(NumStoredSelLocs); in VisitObjCMethodDecl()648 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
935 unsigned NumStoredSelLocs = Record[Idx++]; in VisitObjCMethodDecl() local937 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()938 for (unsigned i = 0; i != NumStoredSelLocs; ++i) in VisitObjCMethodDecl()
1081 unsigned NumStoredSelLocs = Record[Idx++]; in VisitObjCMessageExpr() local1119 for (unsigned I = 0; I != NumStoredSelLocs; ++I) in VisitObjCMessageExpr()