Searched refs:typeLoc (Results 1 – 5 of 5) sorted by relevance
45 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()51 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
131 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType())))); in TEST()
364 REGISTER_MATCHER(typeLoc); in RegistryMaps()
1726 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
693 decl(hasDescendant(typeLoc().bind("x")), has(decl())); in TEST()830 typeLoc(hasDescendant(loc(builtinType()))))); in TEST()