Home
last modified time | relevance | path

Searched refs:SelectorLocs (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp49 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 DSemaExprObjC.cpp1718 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in CheckMessageArgumentTypes()
1719 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1756 SourceRange SelectorRange(SelectorLocs.front(), SelectorLocs.back()); in CheckMessageArgumentTypes()
1766 << Sel << isClassMessage << SourceRange(SelectorLocs.front(), in CheckMessageArgumentTypes()
1767 SelectorLocs.back()); in CheckMessageArgumentTypes()
2430 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2627 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in BuildClassMessage()
2628 SelectorSlotLocs = SelectorLocs; in BuildClassMessage()
2859 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in BuildInstanceMessage()
2860 SelectorSlotLocs = SelectorLocs; in BuildInstanceMessage()
[all …]
H A DSemaDeclObjC.cpp4723 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, in ActOnMethodDeclaration() argument
4753 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)"); in ActOnMethodDeclaration()
4834 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
H A DTreeTransform.h3718 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3726 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3733 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3741 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3748 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3757 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3762 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h193 return llvm::ArrayRef(AvailabilityData.SelectorLocs, in getAvailabilitySelectorLocs()
241 SourceLocation *SelectorLocs; member
H A DSema.h10718 ArrayRef<SourceLocation> SelectorLocs, Selector Sel,
10776 ArrayRef<SourceLocation> SelectorLocs,
10786 ArrayRef<SourceLocation> SelectorLocs,
10802 ArrayRef<SourceLocation> SelectorLocs,
10812 ArrayRef<SourceLocation> SelectorLocs,
10828 ArrayRef<SourceLocation> SelectorLocs,
13180 ArrayRef<SourceLocation> SelectorLocs,