Home
last modified time | relevance | path

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

/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) {
719 if (!current->IsNode() || IsInSubClassNode(current)) {
H A Dast.cpp293 bool AstObject::IsNode() const in IsNode() function in AstObject
511 if (!srcObj->IsNode() || srcObj->Name() != name_) {
614 if (!src->IsNode()) {
668 if (objChild->IsNode()) {
708 if (!obj->IsNode()) {
790 if (refObj == nullptr || !refObj->IsNode() || ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_REF ||
991 if (current->IsNode()) {
1002 if (!refObject->IsNode()) {
1025 if (current->IsNode()) {
1081 if (current->IsNode()) {
[all...]
H A Dmacro_gen.cpp100 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
163 if (child->IsNode()) {
H A Dstartup_cfg_gen.cpp231 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
379 if (!devInfo->IsNode()) {
H A Dbytecode_gen.cpp78 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in ByteCodeConvert()
H A Dast.h87 bool IsNode() const;

Completed in 5 milliseconds