Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dnativeparserf.cpp182 bool NativeParserF::IsFileFortran(const wxString& filename) in IsFileFortran() function in NativeParserF
185 return IsFileFortran(filename, fsForm); in IsFileFortran()
190 return m_Parser.IsFileFortran(filename, fsForm); in IsFileFortran()
196 if (IsFileFortran(filename, fsForm)) in AddFileToParser()
219 if (IsFileFortran(pf->relativeFilename, fsForm)) in ParseProject()
235 if (IsFileFortran(filename, fsForm)) in ReparseFile()
300 if (IsFileFortran(pf->relativeFilename, fsForm)) in MakeWSFileList()
330 if (IsFileFortran(files.Item(i), fsForm)) in MakeADirFileList()
441 if (IsFileFortran(pf->relativeFilename)) in UpdateProjectFilesDependency()
666 IsFileFortran(ed->GetShortName(), fsForm); in CountCommasInEditor()
[all …]
H A Dnativeparserf.h51 bool IsFileFortran(const wxString& filename);
97 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dfortranfileext.h18 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dbufferparserthread.cpp40 if (!m_pNativeParser->GetParser()->IsFileFortran(filename, fsForm)) in ParseBuffer()
H A Dtab2space.cpp111 if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) in MakeTab2Space()
194 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in EditorTab2Space()
H A Dchangecase.cpp126 if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) in MakeChangeCase()
225 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in EditorChangeCase()
H A Dfortranfileext.cpp21 bool FortranFileExt::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) in IsFileFortran() function in FortranFileExt
H A Dmakefilegen.cpp117 if (pNativeParser->IsFileFortran(ffpath) && projFile->compile)
135 if (pNativeParser->IsFileFortran(pfd.source_file) && projFile->compile)
169 else if (!pNativeParser->IsFileFortran(pfd.source_file) && projFile->compile)
H A Dfortranproject.cpp379 if (editor && m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) in OnEditorActivated()
605 if (!ed || !m_pNativeParser->IsFileFortran(ed->GetFilename())) in BuildModuleMenu()
874 || !m_pNativeParser->IsFileFortran(ed->GetShortName()) in GetAutocompList()
968 if (!m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) in EditorEventHook()
1421 if (ed && m_pNativeParser->IsFileFortran(ed->GetShortName())) in GetProviderStatusFor()
1636 if (!m_pNativeParser->IsFileFortran(ed->GetShortName())) in GetTokenAt()
2204 if (!m_pNativeParser->IsFileFortran(ed->GetFilename())) in ShowCallTree()
H A Dformatindent.cpp60 bool isF = g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm); in FormatProject()
H A Dparserf.h51 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dprojectdependencies.cpp478 if (nativeParser->IsFileFortran(prjfile->file.GetFullPath())) in RemoveModFiles()
H A Dparserf.cpp878 if (!IsFileFortran(filename, fsForm)) in FindLineScopeLN()
1331 bool ParserF::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) in IsFileFortran() function in ParserF
1333 return g_FortranFileExt.IsFileFortran(filename, fsForm); in IsFileFortran()
2163 if (!IsFileFortran(token.m_Filename, fsForm)) in FindInfoLog()
H A Dautoinsert.cpp330 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in MakeAutoInsert()
H A Dbindto.cpp796 if (g_FortranFileExt.IsFileFortran(projFiles.Item(i), fsForm)) in MakeBindTo()
989 if (!g_FortranFileExt.IsFileFortran(filename, fsForm)) in FileBindTo()