Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getUnderlyingType

228           if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
230 else if (TD->getUnderlyingType()->isFunctionPointerType())
231 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
2253 Type = TD->getUnderlyingType();
5011 DeclT = TDD->getUnderlyingType();
5746 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5748 else if (TD->getUnderlyingType()->isFunctionPointerType())
5749 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5924 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5926 else if (TD->getUnderlyingType()->isFunctionPointerType())
5927 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);