Home
last modified time | relevance | path

Searched defs:SelLocs (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp70 ArrayRef<SourceLocation> SelLocs, in hasStandardSelLocs()
97 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs()
114 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs()
H A DExprObjC.cpp110 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 DDeclObjC.cpp922 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 DCXCursor.cpp152 SmallVector<SourceLocation, 16> SelLocs; in MakeCXCursor() local
632 SmallVector<SourceLocation, 16> SelLocs; MakeCXCursor() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp840 SourceLocation *SelLocs = D->getStoredSelLocs(); VisitObjCMethodDecl() local
H A DASTReaderDecl.cpp1201 SmallVector<SourceLocation, 16> SelLocs; VisitObjCMethodDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1050 ImplDecl->setMethodParams(Context, Decl->parameters(), SelLocs); in RedeclarePropertyAccessor() local
H A DTreeTransform.h15616 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 DRewriteObjC.cpp1265 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitSetter() local
1341 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitGetter() local
H A DRewriteModernObjC.cpp1449 OldMsg->getSelectorLocs(SelLocs); in RewritePropertyOrImplicitSetter() local
1533 SmallVector<SourceLocation, 1> SelLocs; RewritePropertyOrImplicitGetter() local