Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h3744 SourceLocation RPLoc; // the location of the right paren variable
3751 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3777 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
3778 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
4644 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
4646 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
H A DExprCXX.h1834 SourceLocation RPLoc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3333 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
3354 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3361 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
3365 Op.OpRange = SourceRange(Op.DestRange.getBegin(), RPLoc); in BuildCXXFunctionalCastExpr()
3375 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
3382 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp16640 SourceLocation RPLoc) { in ActOnStmtExpr() argument
16641 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
16677 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
16903 SourceLocation RPLoc) { in ActOnChooseExpr() argument
16931 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
17291 SourceLocation RPLoc) { in ActOnVAArg() argument
17294 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
17299 SourceLocation RPLoc) { in BuildVAArgExpr() argument
17449 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
17539 SourceLocation RPLoc) { in ActOnSourceLocExpr() argument
[all …]
H A DTreeTransform.h3592 SourceLocation RPLoc, in RebuildSourceLocExpr() argument
3594 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc, in RebuildSourceLocExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3472 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3473 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3474 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6097 SourceLocation RPLoc);
6099 SourceLocation RPLoc, unsigned TemplateDepth);
6129 Expr *RHSExpr, SourceLocation RPLoc);
6133 SourceLocation RPLoc);
6135 TypeSourceInfo *TInfo, SourceLocation RPLoc);
6141 SourceLocation RPLoc);
6145 SourceLocation BuiltinLoc, SourceLocation RPLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5069 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr()
5191 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()