Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:pointee

828                           pointerType(pointee(builtinType()))))));
4299 loc(pointerType(pointee(qualType())))));
4302 loc(pointerType(pointee(pointerType())))));
4392 referenceType(pointee(builtinType()))));
4393 EXPECT_TRUE(matches("int *a;", pointerType(pointee(builtinType()))));
4396 loc(pointerType(pointee(builtinType())))));
4400 pointerType(pointee(isConstQualified(), builtinType()))));
4403 pointerType(pointee(isConstQualified(), builtinType()))));
4413 loc(pointerType(pointee(builtinType())))));
4416 pointerType(pointee(builtinType()))));