Searched refs:isAnyCharacterType (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Analysis/
H A DScanfFormatString.cpp413 if (PT->isAnyCharacterType()) {
H A DPrintfFormatString.cpp438 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
/external/clang/lib/Sema/
H A DSemaCast.cpp1640 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() ||
1641 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) {
H A DSemaTemplate.cpp5303 if (T->isAnyCharacterType()) {
H A DSemaExpr.cpp7215 if (!StringType->getPointeeType()->isAnyCharacterType())
7222 if (!CharType->isAnyCharacterType() &&
H A DSemaOverload.cpp1809 if (FromType->isAnyCharacterType() && !FromType->isCharType() &&
/external/clang/lib/AST/
H A DExprCXX.cpp749 if (ParamTy->isAnyCharacterType())
H A DType.cpp696 bool Type::isAnyCharacterType() const { function in class:Type
/external/clang/include/clang/AST/
H A DType.h1496 bool isAnyCharacterType() const;

Completed in 778 milliseconds