Home | History | Annotate | Download | only in AST

Lines Matching refs:isVoidType

388     return PT->getPointeeType()->isVoidType();
911 return isVoidType();
1150 if (Ctx.getLangOpts().CPlusPlus1y && isVoidType())
2427 return Pointee->isVoidType() || Pointee->isRecordType();