Lines Matching refs:SelLocsK
3467 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument
3483 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3493 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument
3507 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3517 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument
3532 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3538 SelectorLocationsKind SelLocsK) { in initArgsAndSelLocs() argument
3554 SelLocsKind = SelLocsK; in initArgsAndSelLocs()
3556 if (SelLocsK == SelLoc_NonStandard) in initArgsAndSelLocs()
3576 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create() local
3580 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3582 SuperType, Sel, SelLocs, SelLocsK, in Create()
3599 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create() local
3603 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3605 SelLocs, SelLocsK, Method, Args, RBracLoc, in Create()
3622 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create() local
3626 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3628 SelLocs, SelLocsK, Method, Args, RBracLoc, in Create()
3644 SelectorLocationsKind &SelLocsK) { in alloc() argument
3645 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc); in alloc()
3646 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size() in alloc()