Home
last modified time | relevance | path

Searched refs:T_Q_SIGNALS (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DToken.h245 T_Q_SIGNALS, enumerator
301 T_SIGNALS = T_Q_SIGNALS,
H A DKeywords.cpp1181 return T_Q_SIGNALS; in classify9()
H A DParser.cpp359 case T_Q_SIGNALS: in skipUntilDeclaration()
2286 …if (LA() == T_PUBLIC || LA() == T_PROTECTED || LA() == T_PRIVATE || LA() == T_Q_SIGNALS || LA() ==… in parseAccessDeclaration()
2287 bool isSignals = LA() == T_Q_SIGNALS; in parseAccessDeclaration()
2599 case T_Q_SIGNALS: in parseMemberSpecification()
H A DBind.cpp2069 else if (accessSpecifier == T_Q_SIGNALS) in visit()
3419 case T_Q_SIGNALS: in visibilityForAccessSpecifier()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/scanner/cpp/
H A DToken.h247 T_Q_SIGNALS, enumerator
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cplusplus/
H A DKeywords.cpp684 return T_Q_SIGNALS; in classify7()
1143 return T_Q_SIGNALS; in classify9()
H A DToken.h233 T_Q_SIGNALS, enumerator
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppcodeformatter.cpp926 case T_Q_SIGNALS: in tryDeclaration()
1616 case T_Q_SIGNALS: in adjustIndent()
H A Dcppcodemodelinspectordumper.cpp376 TOKEN(T_Q_SIGNALS); in toString()
H A Dinsertionpointlocator.cpp199 case T_Q_SIGNALS: in collectAccessRanges()