Home
last modified time | relevance | path

Searched refs:RPLoc (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h154 SourceLocation RPLoc; /// The location of the right paren variable
195 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
196 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
316 SourceLocation RPLoc; variable
369 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
370 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc()
DExpr.h3660 SourceLocation RPLoc; // the location of the right paren variable
3667 LPLoc(l), RPLoc(r) { in CStyleCastExpr()
3693 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
3694 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
4559 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
4561 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
DExprCXX.h1752 SourceLocation RPLoc);
/external/clang/lib/Sema/
DSemaCast.cpp2595 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
2613 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
2619 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
2633 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
2637 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp11623 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr() argument
11692 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
11891 SourceLocation RPLoc) { in ActOnChooseExpr() argument
11923 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc, in ActOnChooseExpr()
12205 SourceLocation RPLoc) { in ActOnVAArg() argument
12208 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
12213 SourceLocation RPLoc) { in BuildVAArgExpr() argument
12316 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp3052 SourceLocation RPLoc, in BuildCStyleCastExpr() argument
3073 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
3080 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument
3094 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
3098 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp14859 SourceLocation RPLoc) { in ActOnStmtExpr() argument
14860 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
14864 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr() argument
14896 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
15118 SourceLocation RPLoc) { in ActOnChooseExpr() argument
15146 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
15499 SourceLocation RPLoc) { in ActOnVAArg() argument
15502 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg()
15507 SourceLocation RPLoc) { in BuildVAArgExpr() argument
15616 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
[all …]
DTreeTransform.h3245 SourceLocation RPLoc, in RebuildSourceLocExpr() argument
3247 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext); in RebuildSourceLocExpr()
/external/clang/include/clang/AST/
DExpr.h2838 SourceLocation RPLoc; // the location of the right paren variable
2844 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr()
2863 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc()
2864 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
3661 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr() argument
3667 Val(e), TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) {} in VAArgExpr()
DExprCXX.h1419 SourceLocation RPLoc);
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp3400 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3401 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3402 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/external/clang/lib/Parse/
DParseObjc.cpp3407 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3408 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
3409 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h5324 SourceLocation RPLoc);
5326 SourceLocation RPLoc, unsigned TemplateDepth);
5356 Expr *RHSExpr, SourceLocation RPLoc);
5360 SourceLocation RPLoc);
5362 TypeSourceInfo *TInfo, SourceLocation RPLoc);
5368 SourceLocation RPLoc);
5372 SourceLocation BuiltinLoc, SourceLocation RPLoc,
/external/clang/include/clang/Sema/
DSema.h4075 SourceLocation RPLoc); // "({..})"
4103 Expr *RHSExpr, SourceLocation RPLoc);
4107 SourceLocation RPLoc);
4109 TypeSourceInfo *TInfo, SourceLocation RPLoc);
/external/llvm-project/clang/lib/AST/
DExpr.cpp4689 RPLoc(R), NumDims(Dims.size()) { in OMPArrayShapingExpr()
4811 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()