Searched defs:LPLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 29 SourceLocation LPLoc; /// The location of the left paren variable 190 SourceLocation LPLoc; variable
|
H A D | Expr.h | 3777 SourceLocation LPLoc; // the location of the left paren global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 3341 BuildCStyleCastExpr(SourceLocation LPLoc,TypeSourceInfo * CastTypeInfo,SourceLocation RPLoc,Expr * CastExpr) BuildCStyleCastExpr() argument 3369 BuildCXXFunctionalCastExpr(TypeSourceInfo * CastTypeInfo,QualType Type,SourceLocation LPLoc,Expr * CastExpr,SourceLocation RPLoc) BuildCXXFunctionalCastExpr() argument
|
H A D | SemaExpr.cpp | 15590 ActOnStmtExpr(Scope * S,SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc) ActOnStmtExpr() argument 15595 BuildStmtExpr(SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc,unsigned TemplateDepth) BuildStmtExpr() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); ParseObjCBoxedExpr() local
|