Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp194 if (T.isWideCharType()) in getScalarZeroExpressionForType()
H A DSemaExprCXX.cpp2541 return ToPointeeType->isWideCharType(); in IsStringLiteralToNonConstPointerConversion()
H A DSemaTemplate.cpp5407 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DScanfFormatString.cpp426 if (PT->isWideCharType()) in fixType()
H A DPrintfFormatString.cpp502 if (QT->getPointeeType()->isWideCharType()) in fixType()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
H A DType.h1515 bool isWideCharType() const;
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp679 bool Type::isWideCharType() const { in isWideCharType() function in Type