Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp191 if (T.isWideCharType()) in getScalarZeroExpressionForType()
DSemaTemplate.cpp5550 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/external/clang/include/clang/AST/
DCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
DType.h1631 bool isWideCharType() const;
/external/clang/lib/Analysis/
DScanfFormatString.cpp431 if (PT->isWideCharType()) in fixType()
DPrintfFormatString.cpp592 if (QT->getPointeeType()->isWideCharType()) in fixType()
/external/clang/lib/AST/
DType.cpp1665 bool Type::isWideCharType() const { in isWideCharType() function in Type