Searched refs:LPLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaCast.cpp | 2332 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument 2338 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr() 2352 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 2356 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument 2359 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr() 2369 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 2373 Op.SrcExpr.take(), &Op.BasePath, LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
|
| D | SemaExpr.cpp | 9856 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument 9869 return ExprError(Diag(LPLoc, diag::err_stmtexpr_file_scope)); in ActOnStmtExpr() 9908 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr() 9930 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Expr.h | 2831 SourceLocation LPLoc; // the location of the left paren variable 2838 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2854 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 2855 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() 2860 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; } in getLocStart()
|
| D | ExprCXX.h | 1229 SourceLocation LPLoc,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseObjc.cpp | 2701 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 2702 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.take()); in ParseObjCBoxedExpr()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 3509 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
|