Home
last modified time | relevance | path

Searched defs:RPLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h30 SourceLocation RPLoc; /// The location of the right paren variable
192 SourceLocation RPLoc; variable
H A DExpr.h3778 SourceLocation RPLoc; // the location of the right paren global() variable
4678 VAArgExpr(SourceLocation BLoc,Expr * e,TypeSourceInfo * TInfo,SourceLocation RPLoc,QualType t,bool IsMS) VAArgExpr() argument
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3343 BuildCStyleCastExpr(SourceLocation LPLoc,TypeSourceInfo * CastTypeInfo,SourceLocation RPLoc,Expr * CastExpr) BuildCStyleCastExpr() argument
3371 BuildCXXFunctionalCastExpr(TypeSourceInfo * CastTypeInfo,QualType Type,SourceLocation LPLoc,Expr * CastExpr,SourceLocation RPLoc) BuildCXXFunctionalCastExpr() argument
H A DSemaExpr.cpp15591 ActOnStmtExpr(Scope * S,SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc) ActOnStmtExpr() argument
15596 BuildStmtExpr(SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc,unsigned TemplateDepth) BuildStmtExpr() argument
15854 ActOnChooseExpr(SourceLocation BuiltinLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr,SourceLocation RPLoc) ActOnChooseExpr() argument
16237 ActOnVAArg(SourceLocation BuiltinLoc,Expr * E,ParsedType Ty,SourceLocation RPLoc) ActOnVAArg() argument
16245 BuildVAArgExpr(SourceLocation BuiltinLoc,Expr * E,TypeSourceInfo * TInfo,SourceLocation RPLoc) BuildVAArgExpr() argument
16486 ActOnSourceLocExpr(SourceLocIdentKind Kind,SourceLocation BuiltinLoc,SourceLocation RPLoc) ActOnSourceLocExpr() argument
16519 BuildSourceLocExpr(SourceLocIdentKind Kind,QualType ResultTy,SourceLocation BuiltinLoc,SourceLocation RPLoc,DeclContext * ParentContext) BuildSourceLocExpr() argument
[all...]
H A DTreeTransform.h3650 RebuildSourceLocExpr(SourceLocIdentKind Kind,QualType ResultTy,SourceLocation BuiltinLoc,SourceLocation RPLoc,DeclContext * ParentContext) RebuildSourceLocExpr() argument
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); ParseObjCBoxedExpr() local