Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/test/
H A Dclangbatchfileprocessor.cpp672 CommandToParseFunction m_commandParsers; member in ClangCodeModel::Internal::__anon706e45f30111::BatchFileParser
686 m_commandParsers.insert("openProject", &OpenProjectCommand::parse); in BatchFileParser()
687 m_commandParsers.insert("openDocument", &OpenDocumentCommand::parse); in BatchFileParser()
688 m_commandParsers.insert("closeAllDocuments", &CloseAllDocuments::parse); in BatchFileParser()
689 m_commandParsers.insert("setCursor", &SetCursorCommand::parse); in BatchFileParser()
690 m_commandParsers.insert("insertText", &InsertTextCommand::parse); in BatchFileParser()
691 m_commandParsers.insert("complete", &CompleteCommand::parse); in BatchFileParser()
692 m_commandParsers.insert("processEvents", &ProcessEventsCommand::parse); in BatchFileParser()
732 if (const ParseFunction parseFunction = m_commandParsers.value(command)) { in parseLine()