Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp196 if (T.isChar16Type()) in getScalarZeroExpressionForType()
H A DSemaChecking.cpp12021 if (Source->isChar16Type() && Target->isChar32Type()) in DiagnoseMixedUnicodeImplicitConversion()
12039 if (T->isChar16Type()) in DiagnoseMixedUnicodeImplicitConversion()
H A DSemaType.cpp9998 BaseType->isChar16Type() || BaseType->isChar32Type() || in BuiltinChangeSignedness()
H A DSemaTemplate.cpp7832 else if (T->isChar16Type()) in BuildExpressionFromIntegralTemplateArgumentValue()
H A DSemaExpr.cpp1578 if (T->isChar16Type()) in CheckUnicodeArithmeticConversions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp96 else if (T->isChar16Type()) in printIntegral()
H A DAPValue.cpp694 else if (Ty->isChar16Type()) in TryPrintAsStringLiteral()
H A DASTDiagnostic.cpp2224 if (T->isChar16Type()) { in FormatUTFCodeUnitAsCodepoint()
H A DType.cpp2161 bool Type::isChar16Type() const { in isChar16Type() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2525 bool isChar16Type() const;