Searched refs:hasChild (Results 1 – 4 of 4) sorted by relevance
256 bool hasChild (const std::string& name) const;291 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode430 if (nodeStack[stackPos]->hasChild(curName)) in parseCaseList()
86 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
397 bool hasChild(const TreePatternNode *N) const { in hasChild() function
397 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()