Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp658 IfStatementASTNode * ifStmt = dynamic_cast<IfStatementASTNode*>(statement); in convertOneStatement() local
H A Delftosb_parser.tab.cpp2148 IfStatementASTNode * ifStmt = new IfStatementASTNode(); local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp879 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable