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

(712dbe34bc7c10d8503f0bc352eced2d890fb7af)

#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.