Searched defs:getIntPtrType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h213 IntType getIntPtrType() const { return IntPtrType; } function in class:clang::TargetInfo
/external/clang/lib/AST/
H A DASTContext.cpp3855 QualType ASTContext::getIntPtrType() const { function in class:ASTContext
3856 return getFromTargetType(Target->getIntPtrType());
3860 return getCorrespondingUnsignedType(getIntPtrType());

Completed in 1614 milliseconds