Searched refs:LPLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 153 SourceLocation LPLoc; /// The location of the left paren variable 192 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() 198 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc() 314 SourceLocation LPLoc; variable 366 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
|
| H A D | Expr.h | 3743 SourceLocation LPLoc; // the location of the left paren variable 3751 LPLoc(l), RPLoc(r) { in CStyleCastExpr() 3774 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 3775 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() 3780 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc()
|
| H A D | ExprCXX.h | 1833 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3331 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument 3337 Op.OpRange = SourceRange(LPLoc, CastExpr->getEndLoc()); in BuildCStyleCastExpr() 3354 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 3359 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument 3362 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr() 3375 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 3382 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
|
| H A D | SemaExpr.cpp | 16639 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument 16641 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr() 16644 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr() argument 16677 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3472 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 3473 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5068 : Expr(OMPArrayShapingExprClass, ExprTy, VK_LValue, OK_Ordinary), LPLoc(L), in OMPArrayShapingExpr() 5191 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6096 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, 6098 ExprResult BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
|