Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h358 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h617 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() function
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp382 NumBits = TI.getChar16Width(); in EvaluateValue()
DLiteralSupport.cpp52 return Target.getChar16Width(); in getCharWidth()
/external/clang/lib/Lex/
DPPExpressions.cpp350 NumBits = TI.getChar16Width(); in EvaluateValue()
DLiteralSupport.cpp39 return Target.getChar16Width(); in getCharWidth()
/external/clang/lib/AST/
DExpr.cpp813 CharByteWidth = target.getChar16Width(); in mapCharByteWidth()
DASTContext.cpp1612 Width = Target->getChar16Width(); in getTypeInfoImpl()
/external/llvm-project/clang/lib/AST/
DExpr.cpp916 CharByteWidth = Target.getChar16Width(); in mapCharByteWidth()
DASTContext.cpp1989 Width = Target->getChar16Width(); in getTypeInfoImpl()