Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h731 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp404 NumBits = TI.getChar32Width(); in EvaluateValue()
H A DLiteralSupport.cpp56 return Target.getChar32Width(); in getCharWidth()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1084 CharByteWidth = Target.getChar32Width(); in mapCharByteWidth()
H A DASTContext.cpp2000 Width = Target->getChar32Width(); in getTypeInfoImpl()