Searched refs:NT_struct (Results 1 – 6 of 6) sorted by relevance
39 : AstType(NT_struct, name, pScope) in AstStruct()40 , AstScope(NT_struct) in AstStruct()84 return getNodeType() == NT_struct in isType()
154 OSL_ASSERT(m_nodeType != NT_struct); // see AstStruct::isType in isType()188 case NT_struct: in dump()
70 case NT_struct: in scopeAsDecl()99 case NT_struct: in declAsScope()
199 } else if (resolved->getNodeType() == NT_struct) {2230 if (scope == 0 || scope->getScopeNodeType() != NT_struct2719 $$ = new FeInheritanceHeader(NT_struct, $3, $6, $5);
615 case NT_struct: in nodeTypeName()
52 NT_struct, // Denotes either a plain struct type, or a enumerator
Completed in 41 milliseconds