~ubuntu-branches/ubuntu/utopic/kdevelop-php/utopic

« back to all changes in this revision

Viewing changes to duchain/expressionvisitor.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-05-18 12:21:48 UTC
  • mto: (5.1.1 squeeze) (1.1.5)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100518122148-04mq5800fnjfbs48
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
            break;
513
513
        case CastObject: {
514
514
            DUChainReadLocker lock(DUChain::lock());
515
 
            m_result.setDeclarations(m_currentContext->findDeclarations(QualifiedIdentifier("stdclass")));
 
515
            m_result.setDeclarations(m_currentContext->findDeclarations(stdclassQId));
516
516
            break;
517
517
        }
518
518
        case CastBool: