Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h386 IntType getIntMaxType() const { return IntMaxType; } getIntMaxType() function
/llvm-project/clang/lib/AST/
H A DASTContext.cpp6089 CanQualType ASTContext::getIntMaxType() const { getIntMaxType() function in ASTContext