Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp188 if (T.isWideCharType()) in getScalarZeroExpressionForType()
DSemaExprCXX.cpp2396 return ToPointeeType->isWideCharType(); in IsStringLiteralToNonConstPointerConversion()
DSemaTemplate.cpp5094 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/external/clang/lib/Analysis/
DScanfFormatString.cpp394 if (PT->isWideCharType()) in fixType()
DPrintfFormatString.cpp425 if (QT->getPointeeType()->isWideCharType()) in fixType()
/external/clang/include/clang/AST/
DCanonicalType.h260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
DType.h1494 bool isWideCharType() const;
/external/clang/lib/AST/
DType.cpp664 bool Type::isWideCharType() const { in isWideCharType() function in Type
/external/clang/lib/CodeGen/
DCGExpr.cpp1976 if (ElemType->isWideCharType()) { in EmitPredefinedLValue()