Home
last modified time | relevance | path

Searched refs:DeclarationChecker (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dtopducontextutils.cpp17 TopDUContext::DeclarationChecker::DeclarationChecker(const TopDUContext* _top, const CursorInRevisi… in DeclarationChecker() function in TopDUContext::DeclarationChecker
29 bool TopDUContext::DeclarationChecker::operator()(const Declaration* decl) const in operator ()()
H A Dtopducontextutils.h15 struct KDEVPLATFORMLANGUAGE_EXPORT TopDUContext::DeclarationChecker struct
17DeclarationChecker(const TopDUContext* _top, const CursorInRevision& _position, const AbstractType…
H A Dtopducontext.h28 class DeclarationChecker; variable
336 struct DeclarationChecker;
H A Dtopducontext.cpp644 …tionsAcceptor(const TopDUContext* _top, DeclarationList& _target, const DeclarationChecker& _check, in FindDeclarationsAcceptor()
708 const DeclarationChecker& check;
728 DeclarationChecker check(this, position, dataType, flags); in findDeclarationsInternal()
803DeclarationChecker check(this, position, AbstractType::Ptr(), NoSearchFlags, nullptr); in applyAliases()
887DeclarationChecker check(this, position, AbstractType::Ptr(), NoSearchFlags, nullptr); in applyAliases()