Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp201 findChild(syntax::NodeRole::LeftHandSide)); in getLhs()
218 findChild(syntax::NodeRole::RightHandSide)); in getRhs()
228 findChild(syntax::NodeRole::BodyStatement)); in getBody()
238 findChild(syntax::NodeRole::CaseValue)); in getCaseValue()
312 findChild(syntax::NodeRole::ReturnValue)); in getReturnValue()
327 findChild(syntax::NodeRole::Expression)); in getExpression()
349 findChild(syntax::NodeRole::Condition)); in getCondition()
373 findChild(syntax::NodeRole::Declaration)); in getDeclaration()
387 findChild(syntax::NodeRole::Declaration)); in getDeclaration()
416 findChild(syntax::NodeRole::Declarator)); in getDeclarator()
[all …]
H A DTree.cpp303 const syntax::Node *syntax::Tree::findChild(NodeRole R) const { in findChild() function in syntax::Tree
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h213 const Node *findChild(NodeRole R) const;
214 Node *findChild(NodeRole R) { in findChild() function
215 return const_cast<Node *>(const_cast<const Tree *>(this)->findChild(R)); in findChild()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7434 virtual ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) = 0;
7496 ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) override;
12439 … if( TestCaseTracking::ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation ) ) { in acquire()
14134 ITrackerPtr TrackerBase::findChild( NameAndLocation const& nameAndLocation ) { in findChild() function in Catch::TestCaseTracking::TrackerBase
14245 if( ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation ) ) { in acquire()