Lines Matching refs:pointsTo
401 hasArgument(1, hasType(pointsTo( in TEST()
406 hasArgument(1, hasType(pointsTo( in TEST()
412 hasArgument(1, hasType(pointsTo( in TEST()
761 expr(hasType(pointsTo(recordDecl(hasName("X")))), in TEST()
772 expr(hasType(pointsTo(recordDecl(hasName("X")))), in TEST()
857 expr(hasType(pointsTo( in TEST()
890 expr(hasType(pointsTo(ClassX))))); in TEST()
901 varDecl(hasType(pointsTo(ClassX))))); in TEST()
958 memberCallExpr(on(hasType(pointsTo(recordDecl(hasName("Y")))))); in TEST()
1412 hasType(pointsTo(recordDecl(hasName("X")))))))); in TEST()
1449 methodDecl(hasAnyParameter(hasType(pointsTo( in TEST()
2243 pointsTo(AnyType), in TEST()
2494 hasType(pointsTo(recordDecl(hasName("X")))))))); in TEST()
2502 hasType(pointsTo(recordDecl(hasName("S")))))))); in TEST()
2506 hasType(pointsTo(recordDecl(hasName("S")))))))); in TEST()
2638 pointsTo(TypeMatcher(anything())))))); in TEST()
2649 pointsTo(TypeMatcher(anything())))))); in TEST()
3619 matches("int (*array)[4];", varDecl(hasType(pointsTo(parenType()))))); in TEST()
3624 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()
3627 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST()