Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmljslintervisitor.cpp File Reference

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

Include dependency graph for qqmljslintervisitor.cpp:

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)