| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 30 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 D | Expr.h | 3899 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 D | ExprCXX.h | 1852 SourceLocation RPLoc);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3441 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 D | SemaExpr.cpp | 16000 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 D | TreeTransform.h | 3703 SourceLocation RPLoc, in RebuildSourceLocExpr() argument 3705 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc, in RebuildSourceLocExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3054 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 D | Sema.h | 7490 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 D | Expr.cpp | 5255 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr() 5375 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
|