![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmljsastvisitor_p.h"#include "qqmljsglobal_p.h"#include <private/qqmljsmemorypool_p.h>#include <QtCore/qtaggedpointer.h>#include <QtCore/qversionnumber.h>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | QQmlJS |
| namespace | QSOperator |
| namespace | QQmlJS::AST |
Macros | |
| #define | QQMLJS_DECLARE_AST_NODE(name) |
Functions | |
| template<typename T1, typename T2> | |
| T1 | QQmlJS::AST::cast (T2 *ast) |
| FunctionExpression * | QQmlJS::AST::asAnonymousFunctionDefinition (Node *n) |
| ClassExpression * | QQmlJS::AST::asAnonymousClassDefinition (Node *n) |
| template<typename T> | |
| T | QQmlJS::AST::lastListElement (T head) |
| #define QQMLJS_DECLARE_AST_NODE | ( | name | ) |
Definition at line 37 of file qqmljsast_p.h.