Searched refs:hasPointeeLoc (Results 1 – 3 of 3) sorted by relevance
5919 hasTypeLoc(pointerTypeLoc(hasPointeeLoc(qualifiedTypeLoc( in TEST()5984 hasTypeLoc(pointerTypeLoc(hasPointeeLoc(typeLoc())))); in TEST()5993 hasTypeLoc(pointerTypeLoc(hasPointeeLoc(typeLoc())))); in TEST()6001 matches("int* x;", pointerTypeLoc(hasPointeeLoc(loc(asString("int")))))); in TEST()6006 pointerTypeLoc(hasPointeeLoc(loc(asString("int *")))))); in TEST()6010 EXPECT_TRUE(matches("int** x;", pointerTypeLoc(hasPointeeLoc(pointerTypeLoc( in TEST()6011 hasPointeeLoc(loc(asString("int")))))))); in TEST()6016 pointerTypeLoc(hasPointeeLoc(loc(asString("float")))))); in TEST()6021 pointerTypeLoc(hasPointeeLoc(loc(asString("int")))))); in TEST()6026 "int* x;", pointerTypeLoc(hasPointeeLoc(loc(asString("float")))))); in TEST()
340 REGISTER_MATCHER(hasPointeeLoc); in RegistryMaps()
6594 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument