~ubuntu-branches/ubuntu/raring/kdevelop-php/raring

« back to all changes in this revision

Viewing changes to duchain/builders/contextbuilder.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-16 12:04:42 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120816120442-vlz0zrna32hj7qfi
Tags: 1.3.80-0ubuntu1
* New upstream release
* Make kdevelop-php depend on kdevelop-php-l10n, kdevelop-php-doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
    KDevelop::DeclarationPointer findDeclarationImport(DeclarationType declarationType, IdentifierAst* node);
105
105
    KDevelop::DeclarationPointer findDeclarationImport(DeclarationType declarationType, VariableIdentifierAst* node);
106
 
    KDevelop::DeclarationPointer findDeclarationImport(DeclarationType declarationType, const KDevelop::QualifiedIdentifier &identifier, AstNode* node);
 
106
    KDevelop::DeclarationPointer findDeclarationImport(DeclarationType declarationType,
 
107
                                                       const KDevelop::QualifiedIdentifier &identifier);
107
108
 
108
109
    /// internal functions file should not be checked for errors and can get some optimizations
109
110
    bool m_isInternalFunctions;