/external/clang/include/clang/AST/ |
D | ExprCXX.h | 206 SourceLocation RParenLoc; // the location of the right parenthesis variable 213 SourceLocation RParenLoc, in CXXNamedCastExpr() argument 216 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {} in CXXNamedCastExpr() 231 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 234 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() 259 SourceLocation l, SourceLocation RParenLoc, in CXXStaticCastExpr() argument 262 writtenTy, l, RParenLoc, AngleBrackets) {} in CXXStaticCastExpr() 272 SourceLocation RParenLoc, 295 SourceLocation l, SourceLocation RParenLoc, in CXXDynamicCastExpr() argument 298 writtenTy, l, RParenLoc, AngleBrackets) {} in CXXDynamicCastExpr() [all …]
|
D | Expr.h | 1877 SourceLocation OperatorLoc, RParenLoc; variable 1892 SourceLocation RParenLoc); 1903 ArrayRef<Expr*> exprs, SourceLocation RParenLoc); 1913 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 1914 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() 1957 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() 1979 SourceLocation OpLoc, RParenLoc; variable 1991 OpLoc(op), RParenLoc(rp) { in UnaryExprOrTypeTraitExpr() 2044 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 2045 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() [all …]
|
D | StmtObjC.h | 28 SourceLocation RParenLoc; variable 55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() 78 SourceLocation AtCatchLoc, RParenLoc; variable 85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt() 104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
|
D | ExprObjC.h | 357 SourceLocation AtLoc, RParenLoc; 366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {} 373 SourceLocation getRParenLoc() const { return RParenLoc; } 374 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 384 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } 399 SourceLocation AtLoc, RParenLoc; 405 SelName(selInfo), AtLoc(at), RParenLoc(rp){} 413 SourceLocation getRParenLoc() const { return RParenLoc; } 415 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 418 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } [all …]
|
D | TypeLoc.h | 1018 SourceLocation RParenLoc; member 1029 return this->getLocalData()->RParenLoc; in getRParenLoc() 1035 this->getLocalData()->RParenLoc = Loc; in setRParenLoc() 1250 SourceLocation RParenLoc; member 1282 return this->getLocalData()->RParenLoc; in getRParenLoc() 1285 this->getLocalData()->RParenLoc = Loc; in setRParenLoc() 1573 SourceLocation RParenLoc; member 1602 return this->getLocalData()->RParenLoc; in getRParenLoc() 1605 this->getLocalData()->RParenLoc = Loc; in setRParenLoc() 1667 SourceLocation KWLoc, LParenLoc, RParenLoc; member [all …]
|
D | Stmt.h | 1107 SourceLocation RParenLoc; // Location of final ')' in do stmt condition. variable 1112 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) { in DoStmt() 1132 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 1133 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() 1136 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() 1157 SourceLocation LParenLoc, RParenLoc; variable 1204 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 1205 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() 1566 SourceLocation RParenLoc; variable 1587 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() [all …]
|
D | StmtCXX.h | 136 SourceLocation RParenLoc; variable 196 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
|
D | DeclCXX.h | 1946 SourceLocation RParenLoc; variable 2127 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() 3331 SourceLocation RParenLoc; variable 3335 SourceLocation RParenLoc, bool Failed) in StaticAssertDecl() argument 3338 RParenLoc(RParenLoc) { } in StaticAssertDecl() 3344 SourceLocation RParenLoc, bool Failed); 3355 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 59 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; in getLocStart() 516 SourceLocation RParenLoc, in Create() argument 522 RParenLoc, AngleBrackets); in Create() 541 SourceLocation RParenLoc, in Create() argument 547 RParenLoc, AngleBrackets); in Create() 598 SourceLocation RParenLoc, in Create() argument 604 RParenLoc, AngleBrackets); in Create() 621 SourceLocation RParenLoc, in Create() argument 623 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); in Create() 656 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd(); in getLocEnd() [all …]
|
D | StmtObjC.cpp | 29 RParenLoc = RPL; in ObjCForCollectionStmt()
|
D | Expr.cpp | 1150 RParenLoc = rparenloc; in CallExpr() 1315 SourceLocation RParenLoc) { in Create() argument 1320 RParenLoc); in Create() 1333 SourceLocation RParenLoc) in OffsetOfExpr() argument 1339 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr() 1372 OpLoc(op), RParenLoc(rp) { in UnaryExprOrTypeTraitExpr() 3434 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) in ShuffleVectorExpr() 3464 SourceLocation RParenLoc, in GenericSelectionExpr() argument 3478 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 3490 SourceLocation RParenLoc, in GenericSelectionExpr() argument [all …]
|
D | StmtCXX.cpp | 59 RParenLoc(RPL) { in CXXForRangeStmt()
|
D | DeclCXX.cpp | 1705 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(IsVirtual), in CXXCtorInitializer() 1716 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), in CXXCtorInitializer() 1727 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), in CXXCtorInitializer() 1737 LParenLoc(L), RParenLoc(R), IsDelegating(true), IsVirtual(false), in CXXCtorInitializer() 1750 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), in CXXCtorInitializer() 2297 SourceLocation RParenLoc, in Create() argument 2300 RParenLoc, Failed); in Create()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 721 SourceLocation RParenLoc; in ParseCastExpression() local 723 isTypeCast == IsTypeCast, CastTy, RParenLoc); in ParseCastExpression() 1759 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseExprAfterUnaryExprOrTypeTrait() local 1763 << FixItHint::CreateInsertion(RParenLoc, ")"); in ParseExprAfterUnaryExprOrTypeTrait() 1783 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local 1786 false, CastTy, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait() 1787 CastRange = SourceRange(LParenLoc, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait() 1835 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local 1846 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression() 1847 if (RParenLoc.isInvalid()) in ParseUnaryExprOrTypeTraitExpression() [all …]
|
D | ParseExprCXX.cpp | 1155 SourceLocation RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer() local 1156 DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer() 1212 EllipsisLoc, RParenLoc, in ParseLambdaExpressionAfterIntroducer() 1374 SourceLocation LParenLoc, RParenLoc; in ParseCXXCasts() local 1405 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local 1436 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1437 if (Ty.isInvalid() || RParenLoc.isInvalid()) in ParseCXXTypeid() 1441 Ty.get().getAsOpaquePtr(), RParenLoc); in ParseCXXTypeid() 1450 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1451 if (RParenLoc.isInvalid()) in ParseCXXTypeid() [all …]
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 1216 Expr *Cond, SourceLocation RParenLoc) { in RebuildDoStmt() argument 1218 Cond, RParenLoc); in RebuildDoStmt() 1227 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt() argument 1230 Inc, RParenLoc, Body); in RebuildForStmt() 1279 SourceLocation RParenLoc) { in RebuildGCCAsmStmt() argument 1282 AsmString, Clobbers, RParenLoc); in RebuildGCCAsmStmt() 1355 SourceLocation RParenLoc, in RebuildObjCAtCatchStmt() argument 1358 return getSema().ActOnObjCAtCatchStmt(AtLoc, RParenLoc, in RebuildObjCAtCatchStmt() 1842 SourceLocation RParenLoc, in RebuildObjCForCollectionStmt() argument 1847 RParenLoc); in RebuildObjCForCollectionStmt() [all …]
|
D | SemaTemplateVariadic.cpp | 834 SourceLocation RParenLoc) { in ActOnSizeofParameterPackExpr() argument 876 RParenLoc); in ActOnSizeofParameterPackExpr() 955 SourceLocation RParenLoc) { in ActOnCXXFoldExpr() argument 987 return BuildCXXFoldExpr(LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc); in ActOnCXXFoldExpr() 993 SourceLocation RParenLoc) { in BuildCXXFoldExpr() argument 995 Operator, EllipsisLoc, RHS, RParenLoc); in BuildCXXFoldExpr()
|
D | SemaExprCXX.cpp | 375 SourceLocation RParenLoc) { in BuildCXXTypeId() argument 393 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId() 400 SourceLocation RParenLoc) { in BuildCXXTypeId() argument 461 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId() 467 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument 504 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid() 508 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid() 552 SourceLocation RParenLoc) { in BuildCXXUuidof() argument 565 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXUuidof() 572 SourceLocation RParenLoc) { in BuildCXXUuidof() argument [all …]
|
D | SemaExprObjC.cpp | 1049 SourceLocation RParenLoc) { in BuildObjCEncodeExpression() argument 1079 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); in BuildObjCEncodeExpression() 1086 SourceLocation RParenLoc) { in ParseObjCEncodeExpression() argument 1094 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc); in ParseObjCEncodeExpression() 1100 SourceLocation RParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1117 << FixItHint::CreateInsertion(RParenLoc, ")"); in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1131 SourceLocation RParenLoc, in DiagnoseMismatchedSelectors() argument 1141 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors() 1147 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors() 1157 SourceLocation RParenLoc, in ParseObjCSelectorExpression() argument [all …]
|
D | SemaStmtAsm.cpp | 146 SourceLocation RParenLoc) { in ActOnGCCAsmStmt() argument 163 Constraints, Exprs.data(), AsmString, NumClobbers, Clobbers, RParenLoc); in ActOnGCCAsmStmt() 350 AsmString, NumClobbers, Clobbers, RParenLoc); in ActOnGCCAsmStmt()
|
D | SemaStmt.cpp | 1629 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt() argument 1675 Body, ForLoc, LParenLoc, RParenLoc); in ActOnForStmt() 1773 SourceLocation RParenLoc) { in ActOnObjCForCollectionStmt() argument 1847 nullptr, ForLoc, RParenLoc); in ActOnObjCForCollectionStmt() 1964 SourceLocation RParenLoc, in ActOnCXXForRangeStmt() argument 1970 return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc); in ActOnCXXForRangeStmt() 2018 DS, RParenLoc, Kind); in ActOnCXXForRangeStmt() 2121 SourceLocation RParenLoc) { in RebuildForRangeWithDereference() argument 2134 RParenLoc, Sema::BFRK_Check); in RebuildForRangeWithDereference() 2145 ColonLoc, AdjustedRange.get(), RParenLoc, in RebuildForRangeWithDereference() [all …]
|
D | SemaExpr.cpp | 1392 SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument 1407 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr() 1418 SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument 1502 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1555 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 4690 SourceLocation RParenLoc, in ConvertArgumentsForCall() argument 4722 Diag(RParenLoc, in ConvertArgumentsForCall() 4728 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic() in ConvertArgumentsForCall() 5116 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr() argument 5138 CallExpr(Context, Fn, None, Context.VoidTy, VK_RValue, RParenLoc); in ActOnCallExpr() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1842 SourceLocation RParenLoc); 2621 SourceLocation RParenLoc, 2627 MultiExprArg Args, SourceLocation RParenLoc, 2649 SourceLocation RParenLoc); 2653 SourceLocation RParenLoc); 3423 SourceLocation RParenLoc, 3429 SourceLocation RParenLoc); 3447 SourceLocation RParenLoc, 3455 SourceLocation RParenLoc, 3494 SourceLocation RParenLoc); [all …]
|
D | Initialization.h | 492 SourceLocation RParenLoc) { in CreateDirect() argument 494 InitLoc, LParenLoc, RParenLoc); in CreateDirect() 545 SourceLocation RParenLoc, 548 InitLoc, LParenLoc, RParenLoc);
|
D | DeclSpec.h | 1243 unsigned RParenLoc; member 1345 return SourceLocation::getFromRawEncoding(RParenLoc); in getRParenLoc() 1531 SourceLocation RParenLoc, 1589 SourceLocation RParenLoc) { in getParen() 1593 I.EndLoc = RParenLoc; in getParen()
|