Searched refs:LPLoc (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCast.cpp | 2448 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument 2454 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr() 2468 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 2472 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument 2475 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr() 2485 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 2489 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
|
| HD | SemaExpr.cpp | 10897 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument 10944 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr() 10966 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 2861 SourceLocation LPLoc; // the location of the left paren variable 2868 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2884 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 2885 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() 2890 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; } in getLocStart()
|
| HD | ExprCXX.h | 1262 SourceLocation LPLoc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 3342 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 3343 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 3912 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
|