Home
last modified time | relevance | path

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

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h436 bool lsAddSemanticInfo(const string& fileName, const string & suffix);
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp728 generator->lsAddSemanticInfo(inFileList[i], suffix); in run()
/dports/textproc/highlight/highlight-4.1/src/gui-qt/
H A Dmainwindow.cpp1312 generator->lsAddSemanticInfo(currentFile, syntaxName); in on_pbStartConversion_clicked()
1529 generator->lsAddSemanticInfo(currentFile, suffix); in highlight2Clipboard()
1778 pwgenerator.lsAddSemanticInfo(currentFile, suffix); in updatePreview()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp246 bool CodeGenerator::lsAddSemanticInfo(const string& fileName, const string & suffix){ in lsAddSemanticInfo() function in highlight::CodeGenerator