Searched refs:RBracLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp129 SourceLocation RBracLoc, bool isImplicit)
139 RBracLoc(RBracLoc) {
150 SourceLocation RBracLoc, bool isImplicit)
157 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
167 SourceLocation RBracLoc, bool isImplicit)
175 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
211 SourceLocation RBracLoc, boo
122 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
144 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
162 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
206 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
226 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
245 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...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h995 SourceLocation LBracLoc, RBracLoc; member in class:clang::final
1013 SourceLocation RBracLoc,
1023 SourceLocation RBracLoc,
1033 SourceLocation RBracLoc,
1134 /// \param RBracLoc The location of the closing square bracket ']'.
1145 SourceLocation RBracLoc,
1170 /// \param RBracLoc The location of the closing square bracket ']'.
1179 SourceLocation RBracLoc,
1204 /// \param RBracLoc The location of the closing square bracket ']'.
1213 SourceLocation RBracLoc,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2260 SourceLocation RBracLoc,
2295 LBracLoc, SelectorLocs, RBracLoc, Args);
2303 LBracLoc, SelectorLocs, RBracLoc, Args);
2476 /// \param RBracLoc The location of the closing square bracket ']'.
2486 SourceLocation RBracLoc,
2511 SelectorLocs, /*Method=*/nullptr, makeArrayRef(Args, NumArgs), RBracLoc,
2539 SourceRange(LBracLoc, RBracLoc));
2565 RBracLoc, SourceRange(), ReturnType, VK))
2605 RBracLoc, isImplicit);
2610 RBracLoc, isImplici
2255 ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2479 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2623 ActOnClassMessage(Scope *S, ParsedType Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2702 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
3264 ActOnInstanceMessage(Scope *S, Expr *Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
[all...]
H A DTreeTransform.h3189 SourceLocation RBracLoc) {
3194 RBracLoc, Args);
3204 SourceLocation RBracLoc) {
3209 RBracLoc, Args);
3220 SourceLocation RBracLoc) {
3225 RBracLoc, Args)
3230 RBracLoc, Args);
3183 RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
3198 RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
3213 RebuildObjCMessageExpr(SourceLocation SuperLoc, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, QualType SuperType, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3295 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' local
3306 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
3309 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
3311 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9190 SourceLocation RBracLoc,
9200 SourceLocation RBracLoc,
9216 SourceLocation RBracLoc,
9226 SourceLocation RBracLoc,
9242 SourceLocation RBracLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1436 E->RBracLoc = readSourceLocation();

Completed in 217 milliseconds