Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp189 if (T.isCharType()) in getScalarZeroExpressionForType()
DSemaInit.cpp68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()
84 if (ElemTy->isCharType()) in IsStringInit()
97 if (ElemTy->isCharType()) in IsStringInit()
105 if (ElemTy->isCharType()) in IsStringInit()
113 if (ElemTy->isCharType()) in IsStringInit()
4963 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
DSemaDeclAttr.cpp2692 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
2702 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
2890 !Ty->getAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
DSemaExpr.cpp3155 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()
6775 if (lhptee->isCharType()) in checkPointerTypesForAssignment()
6780 if (rhptee->isCharType()) in checkPointerTypesForAssignment()
DSemaChecking.cpp4293 !ExprTy->isCharType()) { in checkFormatExpr()
DSemaOverload.cpp1839 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/external/clang/lib/AST/
DTemplateBase.cpp58 } else if (T->isCharType()) { in printIntegral()
DItaniumMangle.cpp3857 static bool isCharType(QualType T) { in isCharType() function
3887 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization()
3903 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization()
3952 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
DType.cpp1650 bool Type::isCharType() const { in isCharType() function in Type
DASTContext.cpp5576 if (PointeeTy->isCharType()) { in getObjCEncodingForTypeImpl()
DExprConstant.cpp6215 else if (ArgTy->isCharType()) in EvaluateBuiltinClassifyType()
/external/clang/include/clang/AST/
DCanonicalType.h258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
DType.h1598 bool isCharType() const;
/external/clang/lib/Analysis/
DPrintfFormatString.cpp691 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()