Home
last modified time | relevance | path

Searched refs:isCharType (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Sema/
DSemaFixItUtils.cpp189 if (T.isCharType()) in getScalarZeroExpressionForType()
DSemaInit.cpp69 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()
85 if (ElemTy->isCharType()) in IsStringInit()
98 if (ElemTy->isCharType()) in IsStringInit()
106 if (ElemTy->isCharType()) in IsStringInit()
114 if (ElemTy->isCharType()) in IsStringInit()
5085 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
DSemaDeclAttr.cpp2765 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
2775 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
2963 !Ty->getAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
DSemaExpr.cpp3222 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()
7178 if (lhptee->isCharType()) in checkPointerTypesForAssignment()
7183 if (rhptee->isCharType()) in checkPointerTypesForAssignment()
DSemaChecking.cpp5177 !ExprTy->isCharType()) { in checkFormatExpr()
8143 if (CC.isValid() && T->isCharType()) { in isSameWidthConstantConversion()
DSemaOverload.cpp1904 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/external/clang/lib/AST/
DTemplateBase.cpp58 } else if (T->isCharType()) { in printIntegral()
DItaniumMangle.cpp4251 static bool isCharType(QualType T) { in isCharType() function
4281 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization()
4297 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization()
4346 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
DType.cpp1656 bool Type::isCharType() const { in isCharType() function in Type
DASTContext.cpp5673 if (PointeeTy->isCharType()) { in getObjCEncodingForTypeImpl()
/external/clang/include/clang/AST/
DCanonicalType.h258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
DType.h1630 bool isCharType() const;
/external/clang/lib/Analysis/
DPrintfFormatString.cpp700 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()