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.cpp1714 Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, in CheckMessageArgumentTypes() argument
1720 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in CheckMessageArgumentTypes()
1721 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1758 SourceRange SelectorRange(SelectorLocs.front(), SelectorLocs.back()); in CheckMessageArgumentTypes()
1768 << Sel << isClassMessage << SourceRange(SelectorLocs.front(), in CheckMessageArgumentTypes()
1769 SelectorLocs.back()); in CheckMessageArgumentTypes()
2383 ArrayRef<SourceLocation> SelectorLocs, in ActOnSuperMessage() argument
2420 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2428 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2610 SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, in BuildClassMessage() argument
[all …]
H A DSemaDeclObjC.cpp4785 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, in ActOnMethodDeclaration() argument
4816 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)"); in ActOnMethodDeclaration()
4850 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
H A DTreeTransform.h3830 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3837 /*SuperLoc=*/SourceLocation(), Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3844 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3852 SelectorLocs, RBracLoc, Args); in RebuildObjCMessageExpr()
3858 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3867 SelectorLocs, RBracLoc, Args) in RebuildObjCMessageExpr()
3870 SelectorLocs, RBracLoc, Args); in RebuildObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h363 ArrayRef<SourceLocation> SelectorLocs, Selector Sel,
725 ArrayRef<SourceLocation> SelectorLocs,
732 ArrayRef<SourceLocation> SelectorLocs,
743 ArrayRef<SourceLocation> SelectorLocs,
750 ArrayRef<SourceLocation> SelectorLocs,
761 ArrayRef<SourceLocation> SelectorLocs,
830 ArrayRef<SourceLocation> SelectorLocs,
H A DDelayedDiagnostic.h195 return llvm::ArrayRef(AvailabilityData.SelectorLocs, in getAvailabilitySelectorLocs()
243 SourceLocation *SelectorLocs; member