Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DSC_LanguageConfig.cpp70 if (!pathIsExcluded(it)) { in forEachIncludedDirectory()
77 if (!pathIsExcluded(it)) { in forEachIncludedDirectory()
86 bool SC_LanguageConfig::pathIsExcluded(const Path& path) const { return findPath(mExcludedDirectori… in pathIsExcluded() function in SC_LanguageConfig
H A DSC_LanguageConfig.hpp56 bool pathIsExcluded(const Path&) const; // true iff the path is in mExcludedDirectories
H A DPyrLexer.cpp1976 || (gLanguageConfig && gLanguageConfig->pathIsExcluded(dir)) in passOne_ShouldSkipDirectory()
2113 if (gLanguageConfig && gLanguageConfig->pathIsExcluded(path)) { in passOne_ProcessOneFile()