Searched refs:SelectorLocs (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | DelayedDiagnostic.cpp | 49 DD.AvailabilityData.SelectorLocs = new SourceLocation[Locs.size()]; in makeAvailability() 50 memcpy(DD.AvailabilityData.SelectorLocs, Locs.data(), in makeAvailability() 67 delete[] AvailabilityData.SelectorLocs; in Destroy()
|
| H A D | SemaExprObjC.cpp | 1719 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in CheckMessageArgumentTypes() 1720 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes() 1757 SourceRange SelectorRange(SelectorLocs.front(), SelectorLocs.back()); in CheckMessageArgumentTypes() 1768 SelectorLocs.back()); in CheckMessageArgumentTypes() 2430 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage() 2624 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in BuildClassMessage() 2625 SelectorSlotLocs = SelectorLocs; in BuildClassMessage() 2740 ReceiverType, Sel, SelectorLocs, in BuildClassMessage() 2858 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in BuildInstanceMessage() 2859 SelectorSlotLocs = SelectorLocs; in BuildInstanceMessage() [all …]
|
| H A D | SemaDeclObjC.cpp | 4712 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, in ActOnMethodDeclaration() argument 4742 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)"); in ActOnMethodDeclaration() 4822 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
|
| H A D | TreeTransform.h | 3539 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument 3547 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr() 3554 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument 3562 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr() 3569 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument 3578 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr() 3583 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 193 return llvm::makeArrayRef(AvailabilityData.SelectorLocs, in getAvailabilitySelectorLocs() 241 SourceLocation *SelectorLocs; member
|
| H A D | Sema.h | 10076 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, 10134 ArrayRef<SourceLocation> SelectorLocs, 10144 ArrayRef<SourceLocation> SelectorLocs, 10160 ArrayRef<SourceLocation> SelectorLocs, 10170 ArrayRef<SourceLocation> SelectorLocs, 10186 ArrayRef<SourceLocation> SelectorLocs, 12393 ArrayRef<SourceLocation> SelectorLocs,
|