Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp440 if (PT->isAnyCharacterType()) { in fixType()
H A DTemplateBase.cpp94 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
H A DPrintfFormatString.cpp713 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
H A DAPValue.cpp638 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
H A DExprCXX.cpp940 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
H A DType.cpp2062 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2064 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()
2065 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp11802 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
11809 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
H A DSemaTemplate.cpp8094 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgumentValue()
H A DSemaOverload.cpp2377 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2501 !type->getPointeeType()->isAnyCharacterType()) in evalSprintfCommon()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6521 return Node->isAnyCharacterType(); in AST_MATCHER()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2228 bool isAnyCharacterType() const;