Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
1719 if (!SelectorLocs.empty() && SelectorLocs.front().isValid()) in CheckMessageArgumentTypes()
1720 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1757 SourceRange SelectorRange(SelectorLocs.front(), SelectorLocs.back()); in CheckMessageArgumentTypes()
1767 << Sel << isClassMessage << SourceRange(SelectorLocs.front(), in CheckMessageArgumentTypes()
1768 SelectorLocs.back()); in CheckMessageArgumentTypes()
2386 ArrayRef<SourceLocation> SelectorLocs, in ActOnSuperMessage() argument
2422 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2430 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2612 ArrayRef<SourceLocation> SelectorLocs, in BuildClassMessage() argument
[all …]
H A DSemaDeclObjC.cpp4704 ArrayRef<SourceLocation> SelectorLocs, Selector Sel, in ActOnMethodDeclaration() argument
4734 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)"); in ActOnMethodDeclaration()
4814 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
H A DTreeTransform.h3455 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3463 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3470 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3478 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3485 ArrayRef<SourceLocation> SelectorLocs, in RebuildObjCMessageExpr() argument
3494 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
3499 Sel, Method, LBracLoc, SelectorLocs, in RebuildObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h193 return llvm::makeArrayRef(AvailabilityData.SelectorLocs, in getAvailabilitySelectorLocs()
241 SourceLocation *SelectorLocs; member
H A DSema.h9682 ArrayRef<SourceLocation> SelectorLocs, Selector Sel,
9740 ArrayRef<SourceLocation> SelectorLocs,
9750 ArrayRef<SourceLocation> SelectorLocs,
9766 ArrayRef<SourceLocation> SelectorLocs,
9776 ArrayRef<SourceLocation> SelectorLocs,
9792 ArrayRef<SourceLocation> SelectorLocs,
11774 ArrayRef<SourceLocation> SelectorLocs,