Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1403 const Stmt *elseS) { in emitIfOnBoolExpr() argument
1406 if (elseS) in emitIfOnBoolExpr()
1407 elseLoc = getLoc(elseS->getSourceRange()); in emitIfOnBoolExpr()
1421 resElse = emitStmt(elseS, /*useCurrentScope=*/true); in emitIfOnBoolExpr()
H A DCIRGenFunction.h966 const clang::Stmt *elseS);
1148 const clang::Stmt *elseS);