Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h355 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5910 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext