Searched refs:LPL (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | Stmt.cpp | 916 Stmt *Init, VarDecl *Var, Expr *Cond, SourceLocation LPL, in IfStmt() argument 918 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) { in IfStmt() 951 SourceLocation LPL, SourceLocation RPL, Stmt *Then, in Create() argument 961 IfStmt(Ctx, IL, IsConstexpr, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 1964 SourceLocation LPL, SourceLocation RPL, Stmt *Then,
|