Lines Matching refs:findChild
201 findChild(syntax::NodeRole::LeftHandSide)); in getLhs()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
209 return cast_or_null<syntax::Expression>(findChild(syntax::NodeRole::Operand)); in getOperand()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
218 findChild(syntax::NodeRole::RightHandSide)); in getRhs()
223 findChild(syntax::NodeRole::IntroducerKeyword)); in getSwitchKeyword()
228 findChild(syntax::NodeRole::BodyStatement)); in getBody()
233 findChild(syntax::NodeRole::IntroducerKeyword)); in getCaseKeyword()
238 findChild(syntax::NodeRole::CaseValue)); in getCaseValue()
243 findChild(syntax::NodeRole::BodyStatement)); in getBody()
248 findChild(syntax::NodeRole::IntroducerKeyword)); in getDefaultKeyword()
253 findChild(syntax::NodeRole::BodyStatement)); in getBody()
258 findChild(syntax::NodeRole::IntroducerKeyword)); in getIfKeyword()
263 findChild(syntax::NodeRole::ThenStatement)); in getThenStatement()
267 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::ElseKeyword)); in getElseKeyword()
272 findChild(syntax::NodeRole::ElseStatement)); in getElseStatement()
277 findChild(syntax::NodeRole::IntroducerKeyword)); in getForKeyword()
282 findChild(syntax::NodeRole::BodyStatement)); in getBody()
287 findChild(syntax::NodeRole::IntroducerKeyword)); in getWhileKeyword()
292 findChild(syntax::NodeRole::BodyStatement)); in getBody()
297 findChild(syntax::NodeRole::IntroducerKeyword)); in getContinueKeyword()
302 findChild(syntax::NodeRole::IntroducerKeyword)); in getBreakKeyword()
307 findChild(syntax::NodeRole::IntroducerKeyword)); in getReturnKeyword()
312 findChild(syntax::NodeRole::ReturnValue)); in getReturnValue()
317 findChild(syntax::NodeRole::IntroducerKeyword)); in getForKeyword()
322 findChild(syntax::NodeRole::BodyStatement)); in getBody()
327 findChild(syntax::NodeRole::Expression)); in getExpression()
331 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OpenParen)); in getLbrace()
344 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::CloseParen)); in getRbrace()
349 findChild(syntax::NodeRole::Condition)); in getCondition()
353 return cast_or_null<syntax::Expression>(findChild(syntax::NodeRole::Message)); in getMessage()
368 findChild(syntax::NodeRole::IntroducerKeyword)); in getTemplateKeyword()
373 findChild(syntax::NodeRole::Declaration)); in getDeclaration()
378 findChild(syntax::NodeRole::IntroducerKeyword)); in getTemplateKeyword()
382 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::ExternKeyword)); in getExternKeyword()
387 findChild(syntax::NodeRole::Declaration)); in getDeclaration()
391 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OpenParen)); in getLparen()
395 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::CloseParen)); in getRparen()
399 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OpenParen)); in getLbracket()
403 return cast_or_null<syntax::Expression>(findChild(syntax::NodeRole::Size)); in getSize()
407 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::CloseParen)); in getRbracket()
411 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::ArrowToken)); in getArrowToken()
416 findChild(syntax::NodeRole::Declarator)); in getDeclarator()
420 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OpenParen)); in getLparen()
426 findChild(syntax::NodeRole::Parameters)); in getParameters()
430 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::CloseParen)); in getRparen()
436 findChild(syntax::NodeRole::TrailingReturn)); in getTrailingReturn()