Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1464 Stmt *ConditionStatement = S->getCond(); in WalkUpFromIfStmt() local
1466 ConditionStatement = S->getConditionVariableDeclStmt(); in WalkUpFromIfStmt()
1467 Builder.markStmtChild(ConditionStatement, syntax::NodeRole::Condition); in WalkUpFromIfStmt()