Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp438 if (PT->isAnyCharacterType()) { in fixType()
H A DTemplateBase.cpp90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
H A DPrintfFormatString.cpp710 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
H A DExprCXX.cpp928 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
H A DType.cpp1982 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2005 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()
2006 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp10559 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
10566 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
H A DSemaTemplate.cpp7608 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
H A DSemaOverload.cpp2145 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6066 return Node->isAnyCharacterType(); in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1980 bool isAnyCharacterType() const;