Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp191 if (T.isWideCharType()) in getScalarZeroExpressionForType()
DSemaExprCXX.cpp2901 return ToPointeeType->isWideCharType(); in IsStringLiteralToNonConstPointerConversion()
DSemaTemplate.cpp5506 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/external/clang/lib/Analysis/
DScanfFormatString.cpp426 if (PT->isWideCharType()) in fixType()
DPrintfFormatString.cpp587 if (QT->getPointeeType()->isWideCharType()) in fixType()
/external/clang/include/clang/AST/
DCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
DType.h1599 bool isWideCharType() const;
/external/clang/lib/AST/
DType.cpp1659 bool Type::isWideCharType() const { in isWideCharType() function in Type