Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h178 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
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h192 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