Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp402 NumBits = TI.getChar16Width(); in EvaluateValue()
H A DLiteralSupport.cpp53 return Target.getChar16Width(); in getCharWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h753 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1111 CharByteWidth = Target.getChar16Width(); in mapCharByteWidth()
H A DASTContext.cpp2029 Width = Target->getChar16Width(); in getTypeInfoImpl()