Home | History | Annotate | Download | only in Sema

Lines Matching refs:isPointer

572   bool isPointer = false;
575 isPointer = true;
577 if (!isPointer || !Ty->isVoidType()) {
579 isPointer? diag::err_throw_incomplete_ptr
628 if (isPointer)