Searched refs:pointerTypeLoc (Results 1 – 5 of 5) sorted by relevance
5910 hasTypeLoc(qualifiedTypeLoc(hasUnqualifiedLoc(pointerTypeLoc())))); in TEST()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()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()
2117 auto matcher = varDecl(hasName("x"), hasTypeLoc(pointerTypeLoc())); in TEST_P()2125 auto matcher = varDecl(hasName("x"), hasTypeLoc(pointerTypeLoc())); in TEST_P()
526 REGISTER_MATCHER(pointerTypeLoc); in RegistryMaps()
779 pointerTypeLoc; variable
6583 pointerTypeLoc;