Home
last modified time | relevance | path

Searched refs:RPLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h154 SourceLocation RPLoc; /// The location of the right paren variable
195 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
196 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
316 SourceLocation RPLoc; variable
369 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
370 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc()
H A DExpr.h3740 SourceLocation RPLoc; // the location of the right paren variable
3747 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3773 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
3774 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
4639 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
4641 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
H A DExprCXX.h1762 SourceLocation RPLoc);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp3241 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
3262 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3269 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
3283 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
3287 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15867 SourceLocation RPLoc) { in ActOnStmtExpr() argument
15868 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
15904 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
16126 SourceLocation RPLoc) { in ActOnChooseExpr() argument
16154 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
16507 SourceLocation RPLoc) { in ActOnVAArg() argument
16510 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
16515 SourceLocation RPLoc) { in BuildVAArgExpr() argument
16662 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
16752 SourceLocation RPLoc) { in ActOnSourceLocExpr() argument
[all …]
H A DTreeTransform.h3417 SourceLocation RPLoc, in RebuildSourceLocExpr() argument
3419 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc, in RebuildSourceLocExpr()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3413 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3414 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3415 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5800 SourceLocation RPLoc);
5802 SourceLocation RPLoc, unsigned TemplateDepth);
5832 Expr *RHSExpr, SourceLocation RPLoc);
5836 SourceLocation RPLoc);
5838 TypeSourceInfo *TInfo, SourceLocation RPLoc);
5844 SourceLocation RPLoc);
5849 SourceLocation RPLoc,
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4873 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr()
4995 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()