Searched refs:hasTypeLoc (Results 1 – 4 of 4) sorted by relevance
210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc( in TEST_F()
248 REGISTER_MATCHER(hasTypeLoc); in RegistryMaps()
2334 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P() argument
1096 varDecl(hasName("x"), hasTypeLoc(loc(asString("int")))))); in TEST()1100 declaratorDecl(hasTypeLoc(loc(asString("int")))))); in TEST()