![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmljslintervisitor_p.h"Go to the source code of this file.
Namespaces | |
| namespace | QQmlJS |
Functions | |
| static void | QQmlJS::warnAboutLiteralConstructors (NewMemberExpression *expression, QQmlJSLogger *logger) |
| static SourceLocation | QQmlJS::confusingPluses (BinaryExpression *exp) |
| static SourceLocation | QQmlJS::confusingMinuses (BinaryExpression *exp) |
| static bool | QQmlJS::allCodePathsReturnInsideCase (Node *statement) |
| static bool | QQmlJS::isUselessExpressionStatement (ExpressionNode *ast) |
| static bool | QQmlJS::canHaveUselessExpressionStatement (Node *parent) |