Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h178 return MatchesName(Name) && MatchesLocation(Location); in Matches()
182 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches()
185 bool MatchesName(StringRef Name) const { in MatchesName() function