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

/external/clang/include/clang/AST/
H A DExprObjC.h927 SourceLocation LBracLoc, RBracLoc; member in class:clang::ObjCMessageExpr
945 SourceLocation RBracLoc,
955 SourceLocation RBracLoc,
965 SourceLocation RBracLoc,
1054 /// \param RBracLoc The location of the closing square bracket ']'.
1065 SourceLocation RBracLoc,
1090 /// \param RBracLoc The location of the closing square bracket ']'.
1099 SourceLocation RBracLoc,
1124 /// \param RBracLoc The location of the closing square bracket ']'.
1133 SourceLocation RBracLoc,
[all...]
H A DStmt.h551 SourceLocation LBracLoc, RBracLoc; member in class:clang::CompoundStmt
558 : Stmt(CompoundStmtClass), Body(nullptr), LBracLoc(Loc), RBracLoc(Loc) {
618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
622 SourceLocation getRBracLoc() const { return RBracLoc; }
623 void setRBracLoc(SourceLocation L) { RBracLoc = L; }
/external/clang/lib/Parse/
H A DParseObjc.cpp2591 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' local
2602 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
2605 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
2607 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
/external/clang/lib/AST/
H A DExpr.cpp3376 SourceLocation RBracLoc,
3387 RBracLoc(RBracLoc)
3402 SourceLocation RBracLoc,
3411 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc)
3426 SourceLocation RBracLoc,
3436 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc)
3477 SourceLocation RBracLoc,
3365 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
3393 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
3417 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
3467 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
3492 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
3515 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/Sema/
H A DSemaExprObjC.cpp1928 SourceLocation RBracLoc,
1964 LBracLoc, SelectorLocs, RBracLoc, Args);
1972 LBracLoc, SelectorLocs, RBracLoc, Args);
2062 /// \param RBracLoc The location of the closing square bracket ']'.
2072 SourceLocation RBracLoc,
2096 SelectorLocs, /*Method=*/nullptr, makeArrayRef(Args, NumArgs), RBracLoc,
2124 SourceRange(LBracLoc, RBracLoc));
2149 SuperLoc.isValid(), LBracLoc, RBracLoc,
2165 RBracLoc, isImplicit);
2170 RBracLoc, isImplici
1923 ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2065 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2180 ActOnClassMessage(Scope *S, ParsedType Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2242 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2709 ActOnInstanceMessage(Scope *S, Expr *Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
[all...]
H A DTreeTransform.h2544 SourceLocation RBracLoc) {
2549 RBracLoc, Args);
2559 SourceLocation RBracLoc) {
2564 RBracLoc, Args);
2538 RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
2553 RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument

Completed in 294 milliseconds