Home
last modified time | relevance | path

Searched refs:isWideCharType (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaFixItUtils.cpp191 if (T.isWideCharType()) in getScalarZeroExpressionForType()
HDSemaExprCXX.cpp2884 return ToPointeeType->isWideCharType(); in IsStringLiteralToNonConstPointerConversion()
HDSemaTemplate.cpp5468 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp426 if (PT->isWideCharType()) in fixType()
HDPrintfFormatString.cpp587 if (QT->getPointeeType()->isWideCharType()) in fixType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
HDType.h1585 bool isWideCharType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1642 bool Type::isWideCharType() const { in isWideCharType() function in Type