Home | History | Annotate | Download | only in AST

Lines Matching defs:IsPointer

1429   bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() ||
1444 if (!IsPointer && Quals) {
1450 if ((!IsPointer && Quals) || isa<TagType>(T)) {
1458 if (IsPointer) {