Home
last modified time | relevance | path

Searched refs:isAnyCharacterType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/boost/
H A DUseToStringCheck.cpp19 return Node.isIntegerType() && !Node.isAnyCharacterType() && in AST_MATCHER()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp149 if (!PT->getPointeeType()->isAnyCharacterType()) in diagnoseCatchLocations()
/llvm-project-15.0.7/clang/lib/AST/
H A DScanfFormatString.cpp438 if (PT->isAnyCharacterType()) { in fixType()
H A DTemplateBase.cpp93 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
H A DPrintfFormatString.cpp710 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
H A DAPValue.cpp636 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
H A DExprCXX.cpp930 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
H A DType.cpp1997 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2017 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()
2018 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
H A DSemaTemplate.cpp7672 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
H A DSemaExpr.cpp11107 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
11114 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
H A DSemaOverload.cpp2146 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6275 return Node->isAnyCharacterType(); in AST_MATCHER()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2054 bool isAnyCharacterType() const;