Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp429 if (PT->isAnyCharacterType()) { in fixType()
DPrintfFormatString.cpp584 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.cpp5546 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
DSemaExpr.cpp8310 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()
8317 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
DSemaOverload.cpp1904 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/external/clang/lib/AST/
DExprCXX.cpp671 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
DType.cpp1686 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4109 return Node->isAnyCharacterType(); in AST_MATCHER()
/external/clang/include/clang/AST/
DType.h1634 bool isAnyCharacterType() const;