Home | History | Annotate | Download | only in AST

Lines Matching refs:IsPointer

1086   bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() ||
1101 if (!IsPointer && Quals) {
1107 if ((!IsPointer && Quals) || isa<TagType>(T)) {
1115 if (IsPointer)