Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h269 IfStatement() : Statement(NodeKind::IfStatement) {} in IfStatement() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2797 const auto *IfStatement = cast<IfStmt>(Term); in VisitTerminator() local