Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getUnderlyingType

4078     DeclT = TDD->getUnderlyingType();
4766 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4768 else if (TD->getUnderlyingType()->isFunctionPointerType())
4769 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4940 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4942 else if (TD->getUnderlyingType()->isFunctionPointerType())
4943 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);