Searched refs:isCharType (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp43 } else if (T->isCharType()) {
H A DItaniumMangle.cpp3447 static bool isCharType(QualType T) {
3477 if (!isCharType(TemplateArgs[0].getAsType()))
3493 if (!isCharType(TemplateArgs[0].getAsType()))
3542 if (!isCharType(TemplateArgs[0].getAsType()))
H A DType.cpp659 bool Type::isCharType() const { function in class:Type
H A DASTContext.cpp5239 if (PointeeTy->isCharType()) {
H A DExprConstant.cpp5838 else if (ArgTy->isCharType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp192 if (T.isCharType())
H A DSemaInit.cpp68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
84 if (ElemTy->isCharType())
97 if (ElemTy->isCharType())
105 if (ElemTy->isCharType())
113 if (ElemTy->isCharType())
4557 } else if (DestAT->getElementType()->isCharType())
H A DSemaDeclAttr.cpp2970 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) {
2981 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) {
3190 !Ty->getAs<PointerType>()->getPointeeType()->isCharType()) {
H A DSemaChecking.cpp3179 !ExprTy->isCharType()) {
H A DSemaExpr.cpp6042 if (lhptee->isCharType())
6047 if (rhptee->isCharType())
H A DSemaOverload.cpp1800 if (FromType->isAnyCharacterType() && !FromType->isCharType() &&
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
H A DType.h1493 bool isCharType() const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp569 if (!isa<TypedefType>(QT) && QT->isCharType()) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp318 return GetQualType().getUnqualifiedType()->isCharType();
5765 is_array_of_characters = canonical_type->isCharType();

Completed in 321 milliseconds