Home
last modified time | relevance | path

Searched defs:ifStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-if-stmt.cpp16 void IfStmtChecker::Leave(const parser::IfStmt &ifStmt) { in Leave()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp136 void convertIfStmt(const parser::IfStmt &ifStmt, parser::CharBlock position, in convertIfStmt()
539 lower::pft::Evaluation &ifStmt = *ifBodyList.begin(); in rewriteIfGotos() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp894 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable