Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h29 SourceLocation LPLoc; /// The location of the left paren variable
68 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
69 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
74 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc()
190 SourceLocation LPLoc; variable
242 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
243 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
H A DExpr.h3898 SourceLocation LPLoc; // the location of the left paren variable
3906 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3929 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
3930 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
3935 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc()
H A DExprCXX.h1851 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3439 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument
3445 Op.OpRange = CastOperation::OpRangeType(LPLoc, LPLoc, CastExpr->getEndLoc()); in BuildCStyleCastExpr()
3464 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3469 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument
3472 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr()
3476 CastOperation::OpRangeType(Op.DestRange.getBegin(), LPLoc, RPLoc); in BuildCXXFunctionalCastExpr()
3489 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15999 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument
16001 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
16004 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr() argument
16037 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5254 : Expr(OMPArrayShapingExprClass, ExprTy, VK_LValue, OK_Ordinary), LPLoc(L), in OMPArrayShapingExpr()
5375 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7489 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
7491 ExprResult BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,