Searched defs:SelLocs (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 110 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() 129 ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() 145 Selector Sel, ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() 160 ArrayRef<SourceLocation> SelLocs, in initArgsAndSelLocs() 178 ArrayRef<SourceLocation> SelLocs, in Create() 197 Selector Sel, ArrayRef<SourceLocation> SelLocs, in Create() 216 ArrayRef<SourceLocation> SelLocs, in Create() 242 ArrayRef<SourceLocation> SelLocs, in alloc()
|
H A D | SelectorLocationsKind.cpp | 70 ArrayRef<SourceLocation> SelLocs, in hasStandardSelLocs() argument 97 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() argument 114 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() argument [all...] |
H A D | DeclObjC.cpp | 922 ArrayRef<SourceLocation> SelLocs) { in setParamsAndSelLocs() argument 946 ArrayRef<SourceLocation> SelLocs) { in setMethodParams() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 794 SourceLocation *SelLocs = D->getStoredSelLocs(); VisitObjCMethodDecl() local
|
H A D | ASTReaderDecl.cpp | 1200 SmallVector<SourceLocation, 16> SelLocs; VisitObjCMethodDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1065 SmallVector<SourceLocation, 1> SelLocs; RedeclarePropertyAccessor() local
|
H A D | TreeTransform.h | 14613 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local 14629 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local 14655 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1265 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitSetter() local 1341 SmallVector<SourceLocation, 1> SelLocs; in RewritePropertyOrImplicitGetter() local
|
H A D | RewriteModernObjC.cpp | 1450 OldMsg->getSelectorLocs(SelLocs); in RewritePropertyOrImplicitSetter() local 1534 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitGetter() local
|