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
qqmldomscanner.cpp File Reference

(14785c28679923e82f9047331235b6181609bad1)

#include "qqmldomscanner_p.h"
#include "qqmldomerrormessage_p.h"
#include "qqmljsgrammar_p.h"
#include <QtCore/QMetaEnum>
#include <algorithm>
Include dependency graph for qqmldomscanner.cpp:

Go to the source code of this file.

Functions

static void addLexToken (QList< Token > &tokens, int tokenKind, QQmlJS::Lexer &lexer, bool &regexpMayFollow)

Function Documentation

◆ addLexToken()

void addLexToken ( QList< Token > & tokens,
int tokenKind,
QQmlJS::Lexer & lexer,
bool & regexpMayFollow )
static

Definition at line 17 of file qqmldomscanner.cpp.