Home
last modified time | relevance | path

Searched refs:LPLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h153 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 DExpr.h3739 SourceLocation LPLoc; // the location of the left paren variable
3747 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3770 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
3771 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
3776 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc()
H A DExprCXX.h1761 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp3239 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument
3245 Op.OpRange = SourceRange(LPLoc, CastExpr->getEndLoc()); in BuildCStyleCastExpr()
3262 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3267 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument
3270 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr()
3283 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
3287 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15866 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument
15868 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
15871 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr() argument
15904 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3413 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3414 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4872 : Expr(OMPArrayShapingExprClass, ExprTy, VK_LValue, OK_Ordinary), LPLoc(L), in OMPArrayShapingExpr()
4995 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5799 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
5801 ExprResult BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,