Searched refs:LPL (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 922 Stmt *Init, VarDecl *Var, Expr *Cond, SourceLocation LPL, in IfStmt() argument 924 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) { in IfStmt() 957 Expr *Cond, SourceLocation LPL, SourceLocation RPL, in Create() argument 967 IfStmt(Ctx, IL, Kind, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Stmt.h | 1997 Expr *Cond, SourceLocation LPL, SourceLocation RPL,
|