Home
last modified time | relevance | path

Searched refs:LPL (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp916 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/
DStmt.h1964 SourceLocation LPL, SourceLocation RPL, Stmt *Then,