Searched refs:getUIntPtrType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp615 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder);
656 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder);
657 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder);
/external/clang/include/clang/Basic/
H A DTargetInfo.h214 IntType getUIntPtrType() const { function in class:clang::TargetInfo
/external/clang/include/clang/AST/
H A DASTContext.h1228 QualType getUIntPtrType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3859 QualType ASTContext::getUIntPtrType() const { function in class:ASTContext

Completed in 106 milliseconds