Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DSC_LanguageConfig.cpp63 for (auto it : mExcludedDirectories) { in postExcludedDirectories()
86 …uageConfig::pathIsExcluded(const Path& path) const { return findPath(mExcludedDirectories, path); } in pathIsExcluded()
90 …guageConfig::addExcludedDirectory(const Path& path) { return addPath(mExcludedDirectories, path); } in addExcludedDirectory()
94 …onfig::removeExcludedDirectory(const Path& path) { return removePath(mExcludedDirectories, path); } in removeExcludedDirectory()
167 for (const bfs::path& it : gLanguageConfig->mExcludedDirectories) in writeLibraryConfigYAML()
H A DSC_LanguageConfig.hpp51 const DirVector& excludedDirectories() const { return mExcludedDirectories; } in excludedDirectories()
83 DirVector mExcludedDirectories; member in SC_LanguageConfig