Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilergcc.h103 virtual int RunSingleFile(const wxString& filename);
H A Dcompilergcc.cpp1810 int CompilerGCC::RunSingleFile(const wxString& filename) in RunSingleFile() function in CompilerGCC
1882 … return RunSingleFile(Manager::Get()->GetEditorManager()->GetActiveEditor()->GetFilename()); in Run()