~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-03-14 10:19:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100314101934-d24i8t1niai087ul
Tags: 1.0.0~beta4-1
New upstream release. (Closes: #573811)

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                    }
230
230
                }
231
231
            } else {
 
232
                m_result.setHadUnresolvedIdentifiers(true);
232
233
                usingDeclaration(node->stringFunctionName, 0);
233
234
                m_result.setType(AbstractType::Ptr());
234
235
            }
247
248
                } else {
248
249
                    m_result.setType(AbstractType::Ptr());
249
250
                }
 
251
            } else {
 
252
                m_result.setHadUnresolvedIdentifiers(true);
250
253
            }
251
254
        }
252
255
    }