Searched refs:getUIntPtrType (Results 1 – 4 of 4) sorted by relevance
615 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()656 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()657 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
214 IntType getUIntPtrType() const { in getUIntPtrType() function
1228 QualType getUIntPtrType() const;
3859 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext