[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/language/duchain
From:       Nikolaus Sams <niko.sams () gmail ! com>
Date:       2008-06-28 12:03:27
Message-ID: 1214654607.241430.11141.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 825499 by nsams:

add openDefinition function for QualifiedIdentifier (same as for NameT)

 M  +5 -0      abstractdeclarationbuilder.h  


--- trunk/KDE/kdevplatform/language/duchain/abstractdeclarationbuilder.h \
#825498:825499 @@ -183,6 +183,11 @@
     return openDeclaration(name, range, isFunction, false, true);
   }
 
+  Declaration* openDefinition(const QualifiedIdentifier& id, const SimpleRange& \
newRange, bool isFunction = false) +  {
+    return openDeclaration(id, newRange, isFunction, false, true);
+  }
+
   ForwardDeclaration* openForwardDeclaration(NameT* name, T* range)
   {
     return static_cast<ForwardDeclaration*>(openDeclaration(name, range, false, \
true));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic