Home
last modified time | relevance | path

Searched defs:getIntMaxType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h208 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3888 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext