Searched refs:isTrivialMatchAll (Results 1 – 4 of 4) sorted by relevance
43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
329 if (filePat.isTrivialMatchAll()) in matchesFile()