Searched defs:LBracLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DExprObjC.cpp135 SourceLocation LBracLoc,
150 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc),
157 SourceLocation LBracLoc,
169 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
175 SourceLocation LBracLoc, Expr *Receiver,
187 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
219 SourceLocation LBracLoc, SourceLocatio
134 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) argument
156 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) argument
174 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) argument
218 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) argument
238 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) argument
257 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) argument
[all...]
/external/clang/lib/Parse/
H A DParseExpr.cpp178 /// In this case \p LBracLoc indicates the location of the '[' of the message
185 Parser::ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc, argument
190 = ParseObjCMessageExpressionBody(LBracLoc, SuperLoc,
H A DParseObjc.cpp2964 SourceLocation LBracLoc = ConsumeBracket(); // consume '[' local
2983 return ParseObjCMessageExpressionBody(LBracLoc, ConsumeToken(),
2995 return ParseObjCMessageExpressionBody(LBracLoc, SourceLocation(),
2999 return ParseObjCMessageExpressionBody(LBracLoc, SourceLocation(),
3013 return ParseObjCMessageExpressionBody(LBracLoc, ConsumeToken(),
3039 return ParseObjCMessageExpressionBody(LBracLoc, SourceLocation(),
3055 return ParseObjCMessageExpressionBody(LBracLoc, SourceLocation(),
3068 /// \param LBracLoc The location of the opening '['.
3098 Parser::ParseObjCMessageExpressionBody(SourceLocation LBracLoc, argument
3256 LBracLoc, KeyLoc
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h916 SourceLocation LBracLoc, RBracLoc; member in class:clang::ObjCMessageExpr
925 SourceLocation LBracLoc,
937 SourceLocation LBracLoc,
947 SourceLocation LBracLoc,
1029 /// \param LBracLoc The location of the open square bracket '['.
1046 SourceLocation LBracLoc,
1067 /// \param LBracLoc The location of the open square bracket '['.
1082 SourceLocation LBracLoc,
1101 /// \param LBracLoc The location of the open square bracket '['.
1116 SourceLocation LBracLoc,
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2140 SourceLocation LBracLoc,
2177 LBracLoc, SelectorLocs, RBracLoc, Args);
2185 LBracLoc, SelectorLocs, RBracLoc, Args);
2312 /// \param LBracLoc The location of the opening square bracket ']'.
2322 SourceLocation LBracLoc,
2329 if (LBracLoc.isInvalid()) {
2332 LBracLoc = Loc;
2347 Context, ReceiverType, VK_RValue, LBracLoc, ReceiverTypeInfo, Sel,
2376 SourceRange(LBracLoc, RBracLoc));
2401 SuperLoc.isValid(), LBracLoc, RBracLo
2137 ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2317 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2458 ActOnClassMessage(Scope *S, ParsedType Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2520 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
3011 ActOnInstanceMessage(Scope *S, Expr *Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
[all...]
H A DTreeTransform.h2788 SourceLocation LBracLoc,
2794 Sel, Method, LBracLoc, SelectorLocs,
2803 SourceLocation LBracLoc,
2809 Sel, Method, LBracLoc, SelectorLocs,
2819 SourceLocation LBracLoc,
2825 Sel, Method, LBracLoc, SelectorLocs,
2830 Sel, Method, LBracLoc, SelectorLocs,
2784 RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
2799 RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
2814 RebuildObjCMessageExpr(SourceLocation SuperLoc, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, QualType SuperType, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument

Completed in 271 milliseconds