Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp235 if (! group.containsChildForFile (file)) in addFileWithGroups()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.h403 bool containsChildForFile (const build_tools::RelativePath& file) const;
H A Djucer_Project.cpp1670 bool Project::Item::containsChildForFile (const build_tools::RelativePath& file) const in containsChildForFile() function in Project::Item