Searched refs:usingType (Results 1 – 6 of 6) sorted by relevance
62 Finder->addMatcher(loc(usingType(ThroughShadowMatcher)), this); in registerMatchers()
200 typeLoc(loc(usingType(hasUnderlyingType( in registerMatchers()
231 REGISTER_MATCHER(usingType); in RegistryMaps()
1063 const AstTypeMatcher<UsingType> usingType; variable
7316 extern const AstTypeMatcher<UsingType> usingType;
586 cxxNewExpr(hasType(pointerType(pointee(usingType()))))))); in TEST_P()