Searched refs:MatchesLocation (Results 1 – 2 of 2) sorted by relevance
178 return MatchesName(Name) && MatchesLocation(Location); in Matches()182 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches()189 bool MatchesLocation(FullSourceLoc const &Location) const { in MatchesLocation() function
192 return MatchesName(Name) && MatchesLocation(Location); in Matches()196 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches()203 bool MatchesLocation(FullSourceLoc const &Location) const { in MatchesLocation() function