Home
last modified time | relevance | path

Searched refs:isUnicodeCharacterType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12015 assert(Source->isUnicodeCharacterType() && Target->isUnicodeCharacterType() && in DiagnoseMixedUnicodeImplicitConversion()
12436 if (Source->isUnicodeCharacterType() && Target->isUnicodeCharacterType()) { in CheckImplicitConversion()
H A DSemaExpr.cpp1567 if (!SemaRef.getLangOpts().CPlusPlus || !LHSType->isUnicodeCharacterType() || in CheckUnicodeArithmeticConversions()
1568 !RHSType->isUnicodeCharacterType()) in CheckUnicodeArithmeticConversions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2195 bool Type::isUnicodeCharacterType() const { in isUnicodeCharacterType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2528 bool isUnicodeCharacterType() const;