Home
last modified time | relevance | path

Searched refs:LocalIndexedProblem (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dproblem.h31 class KDEVPLATFORMLANGUAGE_EXPORT LocalIndexedProblem
34 LocalIndexedProblem(const ProblemPointer& problem, const TopDUContext* top);
35 explicit LocalIndexedProblem(uint index = 0)
44 bool operator==(const LocalIndexedProblem& rhs) const
66 KDEVPLATFORMLANGUAGE_EXPORT DECLARE_LIST_MEMBER_HASH(ProblemData, diagnostics, LocalIndexedProblem) in DECLARE_LIST_MEMBER_HASH() argument
104 APPENDED_LIST_FIRST(ProblemData, LocalIndexedProblem, diagnostics); in DECLARE_LIST_MEMBER_HASH()
221 friend class LocalIndexedProblem; variable
248 Q_DECLARE_TYPEINFO(KDevelop::LocalIndexedProblem, Q_MOVABLE_TYPE);
H A Dproblem.cpp24 DEFINE_LIST_MEMBER_HASH(ProblemData, diagnostics, LocalIndexedProblem)
29 LocalIndexedProblem::LocalIndexedProblem(const ProblemPointer& problem, const TopDUContext* top) in LocalIndexedProblem() function in LocalIndexedProblem
40 serialized << LocalIndexedProblem(child, top); in LocalIndexedProblem()
48 ProblemPointer LocalIndexedProblem::data(const TopDUContext* top) const in data()
H A Dtopducontextdata.h19 …PLATFORMLANGUAGE_EXPORT DECLARE_LIST_MEMBER_HASH(TopDUContextData, m_problems, LocalIndexedProblem) in DECLARE_LIST_MEMBER_HASH()
67 APPENDED_LIST(TopDUContextData, LocalIndexedProblem, m_problems, m_usedDeclarationIds); in DECLARE_LIST_MEMBER_HASH()
H A Dtopducontext.h363 friend class LocalIndexedProblem; variable
H A Dtopducontext.cpp77 DEFINE_LIST_MEMBER_HASH(TopDUContextData, m_problems, LocalIndexedProblem)
982 LocalIndexedProblem indexedProblem(problem, this); in addProblem()