Home | History | Annotate | Download | only in AST

Lines Matching refs:IsPointer

1378   bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() ||
1393 if (!IsPointer && Quals) {
1399 if ((!IsPointer && Quals) || isa<TagType>(T)) {
1407 if (IsPointer) {