Searched refs:RPLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp2378 SourceLocation RPLoc,
2396 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc));
2402 SourceLocation RPLoc) {
2413 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc));
2417 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc));
2376 BuildCStyleCastExpr(SourceLocation LPLoc, TypeSourceInfo *CastTypeInfo, SourceLocation RPLoc, Expr *CastExpr) argument
2399 BuildCXXFunctionalCastExpr(TypeSourceInfo *CastTypeInfo, SourceLocation LPLoc, Expr *CastExpr, SourceLocation RPLoc) argument
H A DSemaExpr.cpp10101 SourceLocation RPLoc) { // "({..})"
10174 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc);
10378 SourceLocation RPLoc) {
10410 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc,
10696 SourceLocation RPLoc) {
10699 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc);
10704 SourceLocation RPLoc) {
10784 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T);
10100 ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, SourceLocation RPLoc) argument
10375 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
10694 ActOnVAArg(SourceLocation BuiltinLoc, Expr *E, ParsedType Ty, SourceLocation RPLoc) argument
10702 BuildVAArgExpr(SourceLocation BuiltinLoc, Expr *E, TypeSourceInfo *TInfo, SourceLocation RPLoc) argument
/external/clang/include/clang/AST/
H A DExpr.h2856 SourceLocation RPLoc; // the location of the right paren member in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
2862 writtenTy), LPLoc(l), RPLoc(r) {}
2881 SourceLocation getRParenLoc() const { return RPLoc; }
2882 void setRParenLoc(SourceLocation L) { RPLoc = L; }
3670 SourceLocation RPLoc, QualType t)
3679 RParenLoc(RPLoc) { }
3669 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, SourceLocation RPLoc, QualType t) argument
H A DExprCXX.h1233 SourceLocation RPLoc);
/external/clang/lib/Parse/
H A DParseObjc.cpp2696 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
2697 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get());
2698 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc),
/external/clang/include/clang/Sema/
H A DSema.h3647 SourceLocation RPLoc); // "({..})"
3677 Expr *RHSExpr, SourceLocation RPLoc);
3681 SourceLocation RPLoc);
3683 TypeSourceInfo *TInfo, SourceLocation RPLoc);

Completed in 442 milliseconds