Home
last modified time | relevance | path

Searched refs:UsingDirectiveLink (Results 1 – 2 of 2) sorted by last modified time

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Dcodemodel.h92 struct UsingDirectiveLink;
308 const QList<UsingDirectiveLink *> usingDirectiveLinks() const in usingDirectiveLinks()
311 void addUsingDirectiveLink(UsingDirectiveLink *usingDirectiveLink) in addUsingDirectiveLink()
314 QList<UsingDirectiveLink *> m_usingDirectiveLinks;
731 struct UsingDirectiveLink: public Item struct
733 UsingDirectiveLink() in UsingDirectiveLink() argument
H A Dsemantic.cpp524 UsingDirectiveLink *usingDirectiveLink = Create<UsingDirectiveLink>(m_storage); in parseUsingDirective()
828 QList<UsingDirectiveLink *> usingDirectiveLinks; in unqualifiedNameLookup()
844 QList<UsingDirectiveLink *>::ConstIterator it = usingDirectiveLinks.constBegin(); in unqualifiedNameLookup()