Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:pointee

700                           pointerType(pointee(builtinType()))))));
3404 loc(pointerType(pointee(qualType())))));
3407 loc(pointerType(pointee(pointerType())))));
3497 referenceType(pointee(builtinType()))));
3498 EXPECT_TRUE(matches("int *a;", pointerType(pointee(builtinType()))));
3501 loc(pointerType(pointee(builtinType())))));
3505 pointerType(pointee(isConstQualified(), builtinType()))));
3508 pointerType(pointee(isConstQualified(), builtinType()))));
3518 loc(pointerType(pointee(builtinType())))));
3521 pointerType(pointee(builtinType()))));