Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1459 Stmt *ConditionStatement = S->getCond(); in WalkUpFromIfStmt() local
1461 ConditionStatement = S->getConditionVariableDeclStmt(); in WalkUpFromIfStmt()
1462 Builder.markStmtChild(ConditionStatement, syntax::NodeRole::Condition); in WalkUpFromIfStmt()