/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 107 SourceLocation LBracLoc, in ObjCMessageExpr() 127 SourceLocation LBracLoc, in ObjCMessageExpr() 144 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr() 176 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create() 196 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create() 215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2385 ActOnSuperMessage(Scope * S,SourceLocation SuperLoc,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnSuperMessage() argument 2614 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument 2764 ActOnClassMessage(Scope * S,ParsedType Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnClassMessage() argument 2845 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument 3418 ActOnInstanceMessage(Scope * S,Expr * Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnInstanceMessage() argument [all...] |
H A D | TreeTransform.h | 3720 RebuildObjCMessageExpr(TypeSourceInfo * ReceiverTypeInfo,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument 3735 RebuildObjCMessageExpr(Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument 3751 RebuildObjCMessageExpr(SourceLocation SuperLoc,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,QualType SuperType,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 3088 SourceLocation LBracLoc = ConsumeBracket(); // consume '[' ParseObjCMessageExpression() local 3221 ParseObjCMessageExpressionBody(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseObjCMessageExpressionBody() argument [all...] |
H A D | ParseExpr.cpp | 192 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseAssignmentExprWithObjCMessageExprStart() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 1010 SourceLocation LBracLoc, RBracLoc; variable
|