Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp440 if (PT->isAnyCharacterType()) { in fixType()
H A DTemplateBase.cpp90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
H A DPrintfFormatString.cpp776 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
H A DAPValue.cpp648 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
H A DExprCXX.cpp998 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
H A DType.cpp2175 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2100 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()
2101 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
H A DSemaDeclAttr.cpp5024 !QT->getPointeeOrArrayElementType()->isAnyCharacterType()) { in handleNonStringAttr()
H A DSemaExpr.cpp11085 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
11092 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
H A DSemaTemplate.cpp7826 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgumentValue()
H A DSemaOverload.cpp2703 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2687 !type->getPointeeType()->isAnyCharacterType()) in evalSprintfCommon()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6591 return Node->isAnyCharacterType(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1141 if (FirstPteTy.isConstQualified() || !FirstPteTy->isAnyCharacterType() || in hasUnsafeSnprintfBuffer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2527 bool isAnyCharacterType() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10883 {"_ZNK5clang4Type18isAnyCharacterTypeEv", "clang::Type::isAnyCharacterType() const"},