Home
last modified time | relevance | path

Searched refs:RParenLoc (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h378 SourceLocation RParenLoc; variable
389 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXNamedCastExpr() argument
392 Loc(l), RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {} in CXXNamedCastExpr()
406 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
409 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc()
437 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXStaticCastExpr() argument
439 FPO.requiresTrailingStorage(), writtenTy, l, RParenLoc, in CXXStaticCastExpr()
461 FPOptionsOverride FPO, SourceLocation L, SourceLocation RParenLoc,
481 SourceLocation l, SourceLocation RParenLoc, in CXXDynamicCastExpr() argument
484 /*HasFPFeatures*/ false, writtenTy, l, RParenLoc, in CXXDynamicCastExpr()
[all …]
H A DStmtObjC.h27 SourceLocation RParenLoc; variable
54 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
81 SourceLocation AtCatchLoc, RParenLoc; variable
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
107 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
H A DExpr.h2476 SourceLocation OperatorLoc, RParenLoc; variable
2491 SourceLocation RParenLoc);
2502 ArrayRef<Expr*> exprs, SourceLocation RParenLoc);
2512 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
2513 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc()
2556 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc()
2583 SourceLocation OpLoc, RParenLoc; variable
2591 OpLoc(op), RParenLoc(rp) { in UnaryExprOrTypeTraitExpr()
2654 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
2655 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc()
[all …]
H A DTypeLoc.h1184 SourceLocation RParenLoc; member
1196 return this->getLocalData()->RParenLoc; in getRParenLoc()
1204 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
1420 SourceLocation RParenLoc; member
1469 return this->getLocalData()->RParenLoc; in getRParenLoc()
1473 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
1978 SourceLocation RParenLoc; member
2009 return this->getLocalData()->RParenLoc; in getRParenLoc()
2013 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
2075 SourceLocation RParenLoc; member
[all …]
H A DStmt.h849 SourceLocation RParenLoc;
2171 SourceLocation RParenLoc;
2193 SourceLocation RParenLoc, Stmt *Then, SourceLocation EL, Stmt *Else);
2363 SourceLocation getRParenLoc() const { return RParenLoc; }
2364 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
2419 SourceLocation RParenLoc;
2434 SourceLocation LParenLoc, SourceLocation RParenLoc);
2443 SourceLocation RParenLoc);
2538 SourceLocation getRParenLoc() const { return RParenLoc; }
2539 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
[all …]
H A DStmtCXX.h143 SourceLocation RParenLoc; variable
205 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
H A DDeclCXX.h2330 SourceLocation RParenLoc; variable
2506 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
4068 SourceLocation RParenLoc; variable
4071 Expr *AssertExpr, Expr *Message, SourceLocation RParenLoc, in StaticAssertDecl() argument
4075 RParenLoc(RParenLoc) {} in StaticAssertDecl()
4085 SourceLocation RParenLoc, bool Failed);
4096 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp765 SourceLocation L, SourceLocation RParenLoc, in Create() argument
772 FPO, L, RParenLoc, AngleBrackets); in Create()
794 SourceLocation RParenLoc, in Create() argument
800 RParenLoc, AngleBrackets); in Create()
857 SourceLocation RParenLoc, in Create() argument
863 RParenLoc, AngleBrackets); in Create()
880 SourceLocation RParenLoc, in Create() argument
882 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); in Create()
892 SourceLocation L, SourceLocation RParenLoc, in Create() argument
894 return new (C) CXXAddrspaceCastExpr(T, VK, K, Op, WrittenTy, L, RParenLoc, in Create()
[all …]
H A DExpr.cpp1451 SourceLocation RParenLoc, FPOptionsOverride FPFeatures, in CallExpr() argument
1453 : Expr(SC, Ty, VK, OK_Ordinary), RParenLoc(RParenLoc) { in CallExpr()
1496 SourceLocation RParenLoc, in Create() argument
1505 RParenLoc, FPFeatures, MinNumArgs, UsesADL); in Create()
1509 ExprValueKind VK, SourceLocation RParenLoc, in CreateTemporary() argument
1514 VK, RParenLoc, FPOptionsOverride(), in CreateTemporary()
1662 SourceLocation RParenLoc) { in Create() argument
1667 RParenLoc); in Create()
1680 SourceLocation RParenLoc) in OffsetOfExpr() argument
1682 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
[all …]
H A DStmt.cpp857 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt()
927 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) { in IfStmt()
1024 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP) in ForStmt()
1055 SourceLocation RParenLoc) in SwitchStmt() argument
1057 RParenLoc(RParenLoc) { in SwitchStmt()
1083 SourceLocation RParenLoc) { in Create() argument
1089 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond, LParenLoc, RParenLoc); in Create()
1123 SourceLocation RParenLoc) in WhileStmt() argument
1135 setRParenLoc(RParenLoc); in WhileStmt()
1146 SourceLocation RParenLoc) { in Create() argument
[all …]
H A DStmtObjC.cpp28 RParenLoc = RPL; in ObjCForCollectionStmt()
H A DStmtCXX.cpp55 RParenLoc(RPL) { in CXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1092 SourceLocation RParenLoc; in ParseCastExpression() local
1094 isTypeCast == IsTypeCast, CastTy, RParenLoc); in ParseCastExpression()
2459 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseExprAfterUnaryExprOrTypeTrait() local
2460 if (LParenLoc.isInvalid() || RParenLoc.isInvalid()) { in ParseExprAfterUnaryExprOrTypeTrait()
2467 << FixItHint::CreateInsertion(RParenLoc, ")"); in ParseExprAfterUnaryExprOrTypeTrait()
2489 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local
2492 false, CastTy, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait()
2493 CastRange = SourceRange(LParenLoc, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait()
2572 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local
2583 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression()
[all …]
H A DParseExprCXX.cpp1447 SourceLocation LParenLoc, RParenLoc; in ParseLambdaExpressionAfterIntroducer() local
1481 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
1572 ParamInfo.size(), EllipsisLoc, RParenLoc, in ParseLambdaExpressionAfterIntroducer()
1717 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local
1749 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1750 if (Ty.isInvalid() || RParenLoc.isInvalid()) in ParseCXXTypeid()
1754 Ty.get().getAsOpaquePtr(), RParenLoc); in ParseCXXTypeid()
1763 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1764 if (RParenLoc.isInvalid()) in ParseCXXTypeid()
1768 Result.get(), RParenLoc); in ParseCXXTypeid()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp249 SourceLocation RParenLoc) { in ActOnGCCAsmStmt() argument
282 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
351 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
373 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
480 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
494 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
501 RParenLoc); in ActOnGCCAsmStmt()
H A DTreeTransform.h1417 SourceLocation RParenLoc, Stmt *Init, Stmt *Then, in RebuildIfStmt() argument
1419 return getSema().ActOnIfStmt(IfLoc, Kind, LParenLoc, Init, Cond, RParenLoc, in RebuildIfStmt()
1430 SourceLocation RParenLoc) { in RebuildSwitchStmtStart() argument
1432 RParenLoc); in RebuildSwitchStmtStart()
1450 SourceLocation RParenLoc, Stmt *Body) { in RebuildWhileStmt() argument
1451 return getSema().ActOnWhileStmt(WhileLoc, LParenLoc, Cond, RParenLoc, Body); in RebuildWhileStmt()
1460 Expr *Cond, SourceLocation RParenLoc) { in RebuildDoStmt() argument
1462 Cond, RParenLoc); in RebuildDoStmt()
1471 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt() argument
1474 Inc, RParenLoc, Body); in RebuildForStmt()
[all …]
H A DSemaTemplateVariadic.cpp1021 SourceLocation RParenLoc) { in ActOnSizeofParameterPackExpr() argument
1063 RParenLoc); in ActOnSizeofParameterPackExpr()
1274 SourceLocation RParenLoc) { in ActOnCXXFoldExpr() argument
1332 return BuildCXXFoldExpr(ULE, LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc, in ActOnCXXFoldExpr()
1340 SourceLocation RParenLoc, in BuildCXXFoldExpr() argument
1344 EllipsisLoc, RHS, RParenLoc, NumExpansions); in BuildCXXFoldExpr()
H A DSemaStmt.cpp911 ConditionResult Cond, SourceLocation RParenLoc, in ActOnIfStmt() argument
930 DiagnoseEmptyStmtBody(RParenLoc, thenStmt, diag::warn_empty_if_body); in ActOnIfStmt()
977 return BuildIfStmt(IfLoc, StatementKind, LParenLoc, InitStmt, Cond, RParenLoc, in ActOnIfStmt()
984 ConditionResult Cond, SourceLocation RParenLoc, in BuildIfStmt() argument
996 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
1124 SourceLocation RParenLoc) { in ActOnStartOfSwitchStmt() argument
1147 LParenLoc, RParenLoc); in ActOnStartOfSwitchStmt()
1721 SourceLocation RParenLoc, Stmt *Body) { in ActOnWhileStmt() argument
1736 WhileLoc, LParenLoc, RParenLoc); in ActOnWhileStmt()
2166 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt() argument
[all …]
H A DSemaExprObjC.cpp1137 SourceLocation RParenLoc) { in BuildObjCEncodeExpression() argument
1163 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); in BuildObjCEncodeExpression()
1170 SourceLocation RParenLoc) { in ParseObjCEncodeExpression() argument
1179 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc); in ParseObjCEncodeExpression()
1185 SourceLocation RParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1202 << FixItHint::CreateInsertion(RParenLoc, ")"); in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1216 SourceLocation RParenLoc, in DiagnoseMismatchedSelectors() argument
1227 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1233 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1305 SourceLocation RParenLoc, in ParseObjCSelectorExpression() argument
[all …]
H A DSemaExprCXX.cpp546 SourceLocation RParenLoc) { in BuildCXXTypeId() argument
567 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
573 SourceLocation RParenLoc) { in BuildCXXTypeId() argument
642 SourceRange(TypeidLoc, RParenLoc)); in BuildCXXTypeId()
648 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
691 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
696 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
747 SourceLocation RParenLoc) { in BuildCXXUuidof() argument
760 CXXUuidofExpr(Type, Operand, Guid, SourceRange(TypeidLoc, RParenLoc)); in BuildCXXUuidof()
764 Expr *E, SourceLocation RParenLoc) { in BuildCXXUuidof() argument
[all …]
H A DSemaExpr.cpp1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr()
1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1794 Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1797 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1874 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1878 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
5758 SourceLocation RParenLoc, in ConvertArgumentsForCall() argument
5800 Diag(RParenLoc, in ConvertArgumentsForCall()
5807 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic() in ConvertArgumentsForCall()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2115 SourceLocation RParenLoc);
2123 SourceLocation RParenLoc);
2126 Expr *Operand, SourceLocation RParenLoc);
2146 SourceLocation RParenLoc, Expr *Op);
2151 SourceLocation RParenLoc);
2205 SourceLocation RParenLoc);
2278 SourceLocation RParenLoc, MultiExprArg Args,
3782 SourceLocation RParenLoc);
5327 SourceLocation RParenLoc, SourceLocation EllipsisLoc);
5513 SourceLocation RParenLoc);
[all …]
H A DSemaObjC.h58 SourceLocation RParenLoc);
690 SourceLocation RParenLoc);
695 SourceLocation RParenLoc);
701 SourceLocation RParenLoc,
710 SourceLocation RParenLoc);
780 ParsedType Type, SourceLocation RParenLoc,
H A DInitialization.h643 SourceLocation RParenLoc) { in CreateDirect() argument
645 InitLoc, LParenLoc, RParenLoc); in CreateDirect()
703 SourceLocation RParenLoc,
706 InitLoc, LParenLoc, RParenLoc);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp716 E->RParenLoc = readSourceLocation(); in VisitParenListExpr()
937 E->RParenLoc = Record.readSourceLocation(); in VisitRequiresExpr()
1319 E->RParenLoc = readSourceLocation(); in VisitSourceLocExpr()
1377 E->RParenLoc = readSourceLocation(); in VisitConvertVectorExpr()
1396 E->RParenLoc = readSourceLocation(); in VisitGenericSelectionExpr()
1433 E->RParenLoc = readSourceLocation(); in VisitAtomicExpr()
1694 S->RParenLoc = readSourceLocation(); in VisitCXXForRangeStmt()
1793 E->RParenLoc = R.getEnd(); in VisitCXXNamedCastExpr()
1827 E->RParenLoc = readSourceLocation(); in VisitBuiltinBitCastExpr()
1898 E->CXXScalarValueInitExprBits.RParenLoc = readSourceLocation(); in VisitCXXScalarValueInitExpr()
[all …]

123