Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp424 if (PT->isAnyCharacterType()) { in fixType()
DPrintfFormatString.cpp579 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
/external/clang/lib/Sema/
DSemaCast.cpp1690 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()
1691 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
DSemaTemplate.cpp5504 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
DSemaExpr.cpp7874 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
7881 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
DSemaOverload.cpp1839 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3547 return Node->isAnyCharacterType(); in AST_MATCHER()
/external/clang/lib/AST/
DExprCXX.cpp742 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
DType.cpp1680 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/external/clang/include/clang/AST/
DType.h1602 bool isAnyCharacterType() const;