Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h30 SourceLocation RPLoc; /// The location of the right paren variable
71 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
72 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
192 SourceLocation RPLoc; variable
245 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
246 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
251 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc()
H A DExpr.h3793 SourceLocation RPLoc; // the location of the right paren variable
3800 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3826 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
3827 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
4697 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
4699 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
H A DExprCXX.h1850 SourceLocation RPLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3343 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
3364 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3371 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
3375 Op.OpRange = SourceRange(Op.DestRange.getBegin(), RPLoc); in BuildCXXFunctionalCastExpr()
3385 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
3392 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15634 SourceLocation RPLoc) { in ActOnStmtExpr() argument
15635 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
15639 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr() argument
15671 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
15897 SourceLocation RPLoc) { in ActOnChooseExpr() argument
15925 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
16280 SourceLocation RPLoc) { in ActOnVAArg() argument
16283 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
16288 SourceLocation RPLoc) { in BuildVAArgExpr() argument
16439 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
[all …]
H A DTreeTransform.h3653 SourceLocation RPLoc, in RebuildSourceLocExpr() argument
3655 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc, in RebuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3472 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3473 return Actions.ObjC().BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7065 SourceLocation RPLoc);
7067 SourceLocation RPLoc, unsigned TemplateDepth);
7096 SourceLocation RPLoc);
7100 SourceLocation RPLoc);
7102 TypeSourceInfo *TInfo, SourceLocation RPLoc);
7108 SourceLocation RPLoc);
7116 SourceLocation BuiltinLoc, SourceLocation RPLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5160 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr()
5282 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()