Home
last modified time | relevance | path

Searched refs:WIntTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp551 case WIntTy: { in matchesType()
637 case WIntTy: { in getRepresentativeType()
H A DPrintfFormatString.cpp515 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
H A DASTContext.cpp1309 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h268 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
H A DASTContext.h1123 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable
1851 QualType getWIntType() const { return WIntTy; } in getWIntType()