/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 70 ArrayRef<SourceLocation> SelLocs, in hasStandardSelLocs() 97 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() 114 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs()
|
H A D | ExprObjC.cpp | 110 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 129 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 145 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 160 initArgsAndSelLocs(ArrayRef<Expr * > Args,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK) initArgsAndSelLocs() argument 178 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument 197 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument 216 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument 242 alloc(const ASTContext & C,ArrayRef<Expr * > Args,SourceLocation RBraceLoc,ArrayRef<SourceLocation> SelLocs,Selector Sel,SelectorLocationsKind & SelLocsK) alloc() argument [all...] |
H A D | DeclObjC.cpp | 922 setParamsAndSelLocs(ASTContext & C,ArrayRef<ParmVarDecl * > Params,ArrayRef<SourceLocation> SelLocs) setParamsAndSelLocs() argument 946 setMethodParams(ASTContext & C,ArrayRef<ParmVarDecl * > Params,ArrayRef<SourceLocation> SelLocs) setMethodParams() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CXCursor.cpp | 152 SmallVector<SourceLocation, 16> SelLocs; in MakeCXCursor() local 632 SmallVector<SourceLocation, 16> SelLocs; MakeCXCursor() local [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 840 SourceLocation *SelLocs = D->getStoredSelLocs(); VisitObjCMethodDecl() local
|
H A D | ASTReaderDecl.cpp | 1201 SmallVector<SourceLocation, 16> SelLocs; VisitObjCMethodDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1050 ImplDecl->setMethodParams(Context, Decl->parameters(), SelLocs); in RedeclarePropertyAccessor() local
|
H A D | TreeTransform.h | 15616 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local 15632 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local 15658 SmallVector<SourceLocation, 16> SelLocs; TransformObjCMessageExpr() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1265 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitSetter() local 1341 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitGetter() local
|
H A D | RewriteModernObjC.cpp | 1449 OldMsg->getSelectorLocs(SelLocs); in RewritePropertyOrImplicitSetter() local 1533 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitGetter() local
|