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.h3899 SourceLocation RPLoc; // the location of the right paren variable
3906 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3932 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
3933 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
4891 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
4893 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
H A DExprCXX.h1852 SourceLocation RPLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3441 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
3464 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3471 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
3476 CastOperation::OpRangeType(Op.DestRange.getBegin(), LPLoc, RPLoc); in BuildCXXFunctionalCastExpr()
3489 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp16000 SourceLocation RPLoc) { in ActOnStmtExpr() argument
16001 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
16005 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr() argument
16037 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
16263 SourceLocation RPLoc) { in ActOnChooseExpr() argument
16291 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
16643 SourceLocation RPLoc) { in ActOnVAArg() argument
16646 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
16651 SourceLocation RPLoc) { in BuildVAArgExpr() argument
16809 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
[all …]
H A DTreeTransform.h3703 SourceLocation RPLoc, in RebuildSourceLocExpr() argument
3705 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc, in RebuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3054 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3055 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3056 return Actions.ObjC().BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7490 SourceLocation RPLoc);
7492 SourceLocation RPLoc, unsigned TemplateDepth);
7521 SourceLocation RPLoc);
7525 SourceLocation RPLoc);
7527 TypeSourceInfo *TInfo, SourceLocation RPLoc);
7533 SourceLocation RPLoc);
7541 SourceLocation BuiltinLoc, SourceLocation RPLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5255 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr()
5375 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()