Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp86 if (!current->IsNode()) { in HeaderOutputTraversal()
253 if (!object->IsNode() && !object->IsTerm()) { in GenObjectDefinitionGen()
319 if (p->IsNode() && ConfigNode::CastFrom(p)->GetNodeType() == NODE_TEMPLATE) { in IsInTemplate()
369 if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() == NODE_INHERIT) { in ImplementCloseBraceGen()
382 if (!object->IsNode() && !object->IsTerm()) { in ImplementGenTraversal()
405 if (obj->IsNode() && ConfigNode::CastFrom(obj)->GetNodeType() == NODE_INHERIT) { in IsInSubClassNode()
614 if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() != NODE_TEMPLATE) { in OutputTemplateImpl()
644 … } else if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() != NODE_TEMPLATE) { in OutputTemplateVariablesDeclare()
719 if (!current->IsNode() || IsInSubClassNode(current)) { in DuplicateNodeNameCheck()
H A Dast.cpp293 bool AstObject::IsNode() const in IsNode() function in AstObject
511 if (!srcObj->IsNode() || srcObj->Name() != name_) { in Merge()
614 if (!src->IsNode()) { in Copy()
668 if (objChild->IsNode()) { in Compare()
708 if (!obj->IsNode()) { in IsBaseNode()
790 …if (refObj == nullptr || !refObj->IsNode() || ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_… in RefExpand()
991 if (current->IsNode()) { in NodeExpandRef()
1002 if (!refObject->IsNode()) { in NodeExpandRef()
1025 if (current->IsNode()) { in NodeExpandDelete()
1081 if (current->IsNode()) { in InheritExpand()
[all …]
H A Dmacro_gen.cpp100 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
163 if (child->IsNode()) { in GenNodeForeach()
H A Dstartup_cfg_gen.cpp231 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
379 if (!devInfo->IsNode()) { in GetHostLoadMode()
H A Dbytecode_gen.cpp78 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in ByteCodeConvert()
H A Dast.h87 bool IsNode() const;