Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:getUnderlyingType

230           if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
232 else if (TD->getUnderlyingType()->isFunctionPointerType())
233 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
2242 Type = TD->getUnderlyingType();
4959 DeclT = TDD->getUnderlyingType();
5697 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5699 else if (TD->getUnderlyingType()->isFunctionPointerType())
5700 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5875 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5877 else if (TD->getUnderlyingType()->isFunctionPointerType())
5878 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);