Searched refs:pForward (Results 1 – 5 of 5) sorted by relevance
586 AstInterface* pForward = NULL;594 pForward = new AstInterface(*$1, NULL, pScope);598 if ( (pDecl != pForward) && 601 delete pForward;611 pScope->addDeclaration(pForward);625 AstInterface* pForward = NULL;644 pForward = (AstInterface*)pDecl;645 if ( !pForward->isDefined() ) 650 if ( pForward->getScope() != pScope ) 670 pInterface = pForward;[all …]
644 void ErrorHandler::forwardLookupError(AstDeclaration* pForward, in forwardLookupError() argument649 pForward->getScopedName().getStr(), name.getStr()); in forwardLookupError()
271 …::rtl::Reference< OPropertyForward > pForward( new OPropertyForward( _xDest, m_xSettings, _sName, … in notifyElementCreated()272 m_aForwardList[ _sName ] = pForward; in notifyElementCreated()
134 void forwardLookupError(AstDeclaration* pForward, const ::rtl::OString& name);
226 void Match( SbiProcDef* pForward );
Completed in 90 milliseconds