Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringIntegerAssignmentCheck.cpp150 bool IsWideCharType = CharType->isWideCharType(); in check()
/external/clang/lib/Sema/
DSemaFixItUtils.cpp191 if (T.isWideCharType()) in getScalarZeroExpressionForType()
DSemaTemplate.cpp5550 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/external/llvm-project/clang/lib/Sema/
DSemaFixItUtils.cpp190 if (T.isWideCharType()) in getScalarZeroExpressionForType()
DSemaTemplate.cpp7620 if (T->isWideCharType()) in BuildExpressionFromIntegralTemplateArgument()
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp440 if (PT->isWideCharType()) in fixType()
DPrintfFormatString.cpp718 if (QT->getPointeeType()->isWideCharType()) in fixType()
DType.cpp1955 bool Type::isWideCharType() const { in isWideCharType() function in Type
/external/clang/lib/Analysis/
DScanfFormatString.cpp431 if (PT->isWideCharType()) in fixType()
DPrintfFormatString.cpp592 if (QT->getPointeeType()->isWideCharType()) in fixType()
/external/clang/include/clang/AST/
DCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
DType.h1631 bool isWideCharType() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h275 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
DType.h1969 bool isWideCharType() const;
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.cpp365 if (QType->isWideCharType()) in isParamInMainLikeFunction()
/external/clang/lib/AST/
DType.cpp1665 bool Type::isWideCharType() const { in isWideCharType() function in Type