Home
last modified time | relevance | path

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

/aoo4110/main/idlc/source/
H A Daststruct.cxx39 : AstType(NT_struct, name, pScope) in AstStruct()
40 , AstScope(NT_struct) in AstStruct()
84 return getNodeType() == NT_struct in isType()
H A Dastdeclaration.cxx154 OSL_ASSERT(m_nodeType != NT_struct); // see AstStruct::isType in isType()
188 case NT_struct: in dump()
H A Didlc.cxx70 case NT_struct: in scopeAsDecl()
99 case NT_struct: in declAsScope()
H A Dparser.y199 } else if (resolved->getNodeType() == NT_struct) {
2230 if (scope == 0 || scope->getScopeNodeType() != NT_struct
2719 $$ = new FeInheritanceHeader(NT_struct, $3, $6, $5);
H A Derrorhandler.cxx615 case NT_struct: in nodeTypeName()
/aoo4110/main/idlc/inc/idlc/
H A Dastdeclaration.hxx52 NT_struct, // Denotes either a plain struct type, or a enumerator

Completed in 37 milliseconds