Home
last modified time | relevance | path

Searched refs:SelLocs (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDSelectorLocationsKind.cpp71 ArrayRef<SourceLocation> SelLocs, in hasStandardSelLocs() argument
76 for (i = 0; i != SelLocs.size(); ++i) { in hasStandardSelLocs()
77 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false, in hasStandardSelLocs()
81 if (i == SelLocs.size()) in hasStandardSelLocs()
85 for (i = 0; i != SelLocs.size(); ++i) { in hasStandardSelLocs()
86 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true, in hasStandardSelLocs()
98 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() argument
101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
115 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() argument
118 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
HDExpr.cpp3502 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() argument
3519 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3528 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() argument
3543 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3552 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() argument
3568 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr()
3573 ArrayRef<SourceLocation> SelLocs, in initArgsAndSelLocs() argument
3593 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in initArgsAndSelLocs()
3604 ArrayRef<SourceLocation> SelLocs, in Create() argument
3609 assert((!SelLocs.empty() || isImplicit) && in Create()
[all …]
HDDeclObjC.cpp744 ArrayRef<SourceLocation> SelLocs) { in setParamsAndSelLocs() argument
747 if (Params.empty() && SelLocs.empty()) in setParamsAndSelLocs()
751 sizeof(SourceLocation) * SelLocs.size(); in setParamsAndSelLocs()
754 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in setParamsAndSelLocs()
758 SmallVectorImpl<SourceLocation> &SelLocs) const { in getSelectorLocs()
760 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
765 ArrayRef<SourceLocation> SelLocs) { in setMethodParams() argument
766 assert((!SelLocs.empty() || isImplicit()) && in setMethodParams()
771 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params, in setMethodParams()
776 setParamsAndSelLocs(C, Params, SelLocs); in setMethodParams()
HDASTImporter.cpp3428 SmallVector<SourceLocation, 12> SelLocs; in VisitObjCMethodDecl() local
3429 D->getSelectorLocs(SelLocs); in VisitObjCMethodDecl()
3430 ToMethod->setMethodParams(Importer.getToContext(), ToParams, SelLocs); in VisitObjCMethodDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDSelectorLocationsKind.h47 ArrayRef<SourceLocation> SelLocs,
65 ArrayRef<SourceLocation> SelLocs,
HDExprObjC.h920 ArrayRef<SourceLocation> SelLocs,
930 ArrayRef<SourceLocation> SelLocs,
940 ArrayRef<SourceLocation> SelLocs,
948 ArrayRef<SourceLocation> SelLocs,
989 ArrayRef<SourceLocation> SelLocs,
1041 ArrayRef<SourceLocation> SelLocs,
1075 ArrayRef<SourceLocation> SelLocs,
1325 void getSelectorLocs(SmallVectorImpl<SourceLocation> &SelLocs) const;
HDDeclObjC.h224 ArrayRef<SourceLocation> SelLocs);
312 void getSelectorLocs(SmallVectorImpl<SourceLocation> &SelLocs) const;
386 ArrayRef<SourceLocation> SelLocs = llvm::None);
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp1255 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitSetter() local
1256 OldMsg->getSelectorLocs(SelLocs); in RewritePropertyOrImplicitSetter()
1266 SelLocs, in RewritePropertyOrImplicitSetter()
1279 SelLocs, in RewritePropertyOrImplicitSetter()
1295 SelLocs, in RewritePropertyOrImplicitSetter()
1331 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitGetter() local
1342 SelLocs, in RewritePropertyOrImplicitGetter()
1355 SelLocs, in RewritePropertyOrImplicitGetter()
1371 SelLocs, in RewritePropertyOrImplicitGetter()
HDRewriteModernObjC.cpp1468 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitSetter() local
1469 OldMsg->getSelectorLocs(SelLocs); in RewritePropertyOrImplicitSetter()
1479 SelLocs, in RewritePropertyOrImplicitSetter()
1492 SelLocs, in RewritePropertyOrImplicitSetter()
1508 SelLocs, in RewritePropertyOrImplicitSetter()
1552 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitGetter() local
1562 SelLocs, in RewritePropertyOrImplicitGetter()
1575 SelLocs, in RewritePropertyOrImplicitGetter()
1591 SelLocs, in RewritePropertyOrImplicitGetter()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h10322 SmallVector<SourceLocation, 16> SelLocs; in TransformObjCMessageExpr() local
10323 E->getSelectorLocs(SelLocs); in TransformObjCMessageExpr()
10326 SelLocs, in TransformObjCMessageExpr()
10335 SmallVector<SourceLocation, 16> SelLocs; in TransformObjCMessageExpr() local
10336 E->getSelectorLocs(SelLocs); in TransformObjCMessageExpr()
10339 SelLocs, in TransformObjCMessageExpr()
10360 SmallVector<SourceLocation, 16> SelLocs; in TransformObjCMessageExpr() local
10361 E->getSelectorLocs(SelLocs); in TransformObjCMessageExpr()
10364 SelLocs, in TransformObjCMessageExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp902 SmallVector<SourceLocation, 16> SelLocs; in VisitObjCMethodDecl() local
903 SelLocs.reserve(NumStoredSelLocs); in VisitObjCMethodDecl()
905 SelLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCMethodDecl()
907 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs); in VisitObjCMethodDecl()
HDASTWriterDecl.cpp576 SourceLocation *SelLocs = D->getStoredSelLocs(); in VisitObjCMethodDecl() local
579 Writer.AddSourceLocation(SelLocs[i], Record); in VisitObjCMethodDecl()