| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 154 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 D | Expr.h | 3662 SourceLocation RPLoc; // the location of the right paren variable 3669 LPLoc(l), RPLoc(r) { in CStyleCastExpr() 3695 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() 3696 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() 4561 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument 4563 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
|
| H A D | ExprCXX.h | 1762 SourceLocation RPLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3182 SourceLocation RPLoc, in BuildCStyleCastExpr() argument 3203 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 3210 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument 3224 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 3228 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
|
| H A D | SemaExpr.cpp | 14978 SourceLocation RPLoc) { in ActOnStmtExpr() argument 14979 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr() 14983 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr() argument 15015 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr() 15237 SourceLocation RPLoc) { in ActOnChooseExpr() argument 15265 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr() 15618 SourceLocation RPLoc) { in ActOnVAArg() argument 15621 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg() 15626 SourceLocation RPLoc) { in BuildVAArgExpr() argument 15735 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr() [all …]
|
| H A D | TreeTransform.h | 3334 SourceLocation RPLoc, in RebuildSourceLocExpr() argument 3336 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext); in RebuildSourceLocExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 3405 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr() 3406 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5468 SourceLocation RPLoc); 5470 SourceLocation RPLoc, unsigned TemplateDepth); 5500 Expr *RHSExpr, SourceLocation RPLoc); 5504 SourceLocation RPLoc); 5506 TypeSourceInfo *TInfo, SourceLocation RPLoc); 5512 SourceLocation RPLoc); 5516 SourceLocation BuiltinLoc, SourceLocation RPLoc,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 4765 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr() 4887 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
|