Home
last modified time | relevance | path

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

/freebsd/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.cpp1727 Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, in CheckMessageArgumentTypes() argument
1733 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in CheckMessageArgumentTypes()
1734 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1771 SourceRange SelectorRange(SelectorLocs.front(), SelectorLocs.back()); in CheckMessageArgumentTypes()
1781 << Sel << isClassMessage << SourceRange(SelectorLocs.front(), in CheckMessageArgumentTypes()
1782 SelectorLocs.back()); in CheckMessageArgumentTypes()
2394 ArrayRef<SourceLocation> SelectorLocs, in ActOnSuperMessage() argument
2431 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2439 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2621 SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, in BuildClassMessage() argument
[all …]
H A DSemaDeclObjC.cpp4731 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, in ActOnMethodDeclaration() argument
4762 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)"); in ActOnMethodDeclaration()
4846 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
H A DTreeTransform.h3780 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3787 /*SuperLoc=*/SourceLocation(), Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3794 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3802 SelectorLocs, RBracLoc, Args); in RebuildObjCMessageExpr()
3808 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3817 SelectorLocs, RBracLoc, Args) in RebuildObjCMessageExpr()
3820 SelectorLocs, RBracLoc, Args); in RebuildObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h371 ArrayRef<SourceLocation> SelectorLocs, Selector Sel,
733 ArrayRef<SourceLocation> SelectorLocs,
740 ArrayRef<SourceLocation> SelectorLocs,
751 ArrayRef<SourceLocation> SelectorLocs,
758 ArrayRef<SourceLocation> SelectorLocs,
769 ArrayRef<SourceLocation> SelectorLocs,
837 ArrayRef<SourceLocation> SelectorLocs,
H A DDelayedDiagnostic.h195 return llvm::ArrayRef(AvailabilityData.SelectorLocs, in getAvailabilitySelectorLocs()
243 SourceLocation *SelectorLocs; member