HomeSort by: relevance | last modified time | path
    Searched defs:getIntPtrType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 342 IntType getIntPtrType() const { return IntPtrType; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5663 QualType ASTContext::getIntPtrType() const {
5664 return getFromTargetType(Target->getIntPtrType());
5668 return getCorrespondingUnsignedType(getIntPtrType());

Completed in 34 milliseconds