diff options
Diffstat (limited to 'src/libs/cplusplus/CppDocument.h')
-rw-r--r-- | src/libs/cplusplus/CppDocument.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index fdd7544777..33447a4969 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -381,9 +381,6 @@ public: Document::Ptr documentFromSource(const QByteArray &preprocessedCode, const QString &fileName) const; - Symbol *findMatchingDefinition(Symbol *symbol, bool strict = false) const; - Class *findMatchingClassDeclaration(Symbol *symbol) const; - private: void simplified_helper(Document::Ptr doc, Snapshot *snapshot) const; @@ -391,15 +388,6 @@ private: _Base _documents; }; -void CPLUSPLUS_EXPORT findMatchingDeclaration( - const LookupContext &context, - Function *functionType, - QList<Declaration *> *typeMatch, - QList<Declaration *> *argumentCountMatch, - QList<Declaration *> *nameMatch); -QList<Declaration *> CPLUSPLUS_EXPORT findMatchingDeclaration( - const LookupContext &context, Function *functionType); - } // namespace CPlusPlus #endif // CPLUSPLUS_CPPDOCUMENT_H |