Home
last modified time | relevance | path

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

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