Searched refs:GlobMatcher (Results 1 – 9 of 9) sorted by relevance
38 class GlobMatcher : public StringMatcher42 GlobMatcher(const std::string & pattern) in GlobMatcher() function
22 bool GlobMatcher::match(const std::string & testValue) in match()29 bool GlobMatcher::globMatch(const char *str, const char *p) in globMatch()
35 class ExcludesListMatcher : public GlobMatcher
13 : GlobMatcher("") in ExcludesListMatcher()
50 …D468F0A16685F0027E24E /* GlobMatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 027402E40A…80 …402E60A0FB00000CF4BE7 /* GlobMatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 027402E40A…225 …0FB00000CF4BE7 /* GlobMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …226 …00000CF4BE7 /* GlobMatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…368 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */,369 027402E30A0FB00000CF4BE7 /* GlobMatcher.h */,634 020D468F0A16685F0027E24E /* GlobMatcher.cpp in Sources */,704 027402E60A0FB00000CF4BE7 /* GlobMatcher.cpp in Sources */,
2540 027402E30A0FB00000CF4BE7 /* GlobMatcher.h */ = {2548 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */ = {2567 fRef = 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */;2568 name = "GlobMatcher.cpp: NEGATE";
20 GlobMatcher.cpp \
58 GlobMatcher.o \
1128 GlobMatcher globber(*sectionName); in createSourceFromNode()