Lines Matching refs:pDecl
57 AstType const * FeDeclarator::compose(AstDeclaration const * pDecl) in compose() argument
62 if ( pDecl == 0 ) in compose()
66 if ( !pDecl->isType() ) in compose()
68 idlc()->error()->noTypeError(pDecl); in compose()
71 pType = (AstType*)pDecl; in compose()
115 AstDeclaration* pDecl = pScope->lookupByName(*pInherits); in initializeInherits() local
116 if ( pDecl ) in initializeInherits()
118 AstDeclaration const * resolved = resolveTypedefs(pDecl); in initializeInherits()
124 if ( idlc()->error()->checkPublished( pDecl ) ) in initializeInherits()
126 m_pInherits = pDecl; in initializeInherits()
132 getNodeType(), getName(), pDecl); in initializeInherits()