Home
last modified time | relevance | path

Searched defs:getSizeType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h362 IntType getSizeType() const { return SizeType; } in getSizeType() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5911 CanQualType ASTContext::getSizeType() const { in getSizeType() function in ASTContext