Searched refs:ThroughShadowMatcher (Results 1 – 1 of 1) sorted by relevance
60 auto ThroughShadowMatcher = throughUsingDecl(namedDecl().bind("usedShadow")); in registerMatchers() local61 Finder->addMatcher(declRefExpr(ThroughShadowMatcher), this); in registerMatchers()62 Finder->addMatcher(loc(usingType(ThroughShadowMatcher)), this); in registerMatchers()