Home
last modified time | relevance | path

Searched refs:getPossibleSyntax (Results 1 – 3 of 3) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dopentryparser.h42 QVector<Opcode> getPossibleSyntax(QString word);
H A Dopentryparser.cpp184 QVector<Opcode> OpEntryParser::getPossibleSyntax(QString word) in getPossibleSyntax() function in OpEntryParser
H A Ddocumentview.cpp921 QVector<Opcode> syntax = m_opcodeTree->getPossibleSyntax(word); in textChanged()