Searched refs:getPointeeType (Results 1 - 25 of 117) sorted by relevance

12345

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp47 QualType OrigPointeeTy = OrigPTy->getPointeeType();
48 QualType ToPointeeTy = ToPTy->getPointeeType();
H A DMallocSizeofChecker.cpp149 A = ptrA->getPointeeType();
150 B = ptrB->getPointeeType();
184 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
H A DCastSizeChecker.cpp100 QualType ToPointeeTy = ToPTy->getPointeeType();
H A DNSErrorChecker.cpp289 PPT->getPointeeType()->getAs<ObjCObjectPointerType>();
307 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>();
H A DCheckSecuritySyntaxOnly.cpp323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
604 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType())
H A DObjCContainersASTChecker.cpp50 QualType PointeeT = TP->getPointeeType();
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp61 if (MPT->getPointeeType()->isFunctionType())
H A DType.cpp50 return ty->getPointeeType().getBaseTypeIdentifier();
388 return PT->getPointeeType()->isVoidType();
416 QualType Type::getPointeeType() const { function in class:Type
418 return PT->getPointeeType();
420 return OPT->getPointeeType();
422 return BPT->getPointeeType();
424 return RT->getPointeeType();
426 return MPT->getPointeeType();
428 return DT->getPointeeType();
530 PointeeType = PT->getPointeeType();
[all...]
H A DTypePrinter.cpp325 printBefore(T->getPointeeType(), OS);
328 if (isa<ArrayType>(T->getPointeeType()))
337 if (isa<ArrayType>(T->getPointeeType()))
339 printAfter(T->getPointeeType(), OS);
345 printBefore(T->getPointeeType(), OS);
351 printAfter(T->getPointeeType(), OS);
402 printBefore(T->getPointeeType(), OS);
405 if (isa<ArrayType>(T->getPointeeType()))
420 if (isa<ArrayType>(T->getPointeeType()))
422 printAfter(T->getPointeeType(), O
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp30 T = PtrTy->getPointeeType();
32 T = RefTy->getPointeeType();
34 T = MPTy->getPointeeType();
59 PointeeT = PT->getPointeeType();
67 PointeeT = RT->getPointeeType();
100 T = PT->getPointeeType();
102 T = PT->getPointeeType();
632 CanonicalSubT = RefTy->getPointeeType();
634 CanonicalSubT = PtrTy->getPointeeType();
650 CanonicalSuperT = RefTy->getPointeeType();
[all...]
H A DSemaCast.cpp408 T1 = T1PtrType->getPointeeType();
409 T2 = T2PtrType->getPointeeType();
418 T1 = T1ObjCPtrType->getPointeeType();
419 T2 = T2ObjCPtrType->getPointeeType();
423 T1 = T1ObjCPtrType->getPointeeType();
424 T2 = T2PtrType->getPointeeType();
430 T2 = T2ObjCPtrType->getPointeeType();
431 T1 = T1PtrType->getPointeeType();
439 T1 = T1MPType->getPointeeType();
440 T2 = T2MPType->getPointeeType();
[all...]
H A DSemaFixItUtils.cpp37 (cast<PointerType>(From))->getPointeeType());
39 (cast<PointerType>(To))->getPointeeType());
98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
H A DSemaOverload.cpp274 return ToPtrType->getPointeeType()->isVoidType();
1343 CanTo = CanTo.getAs<PointerType>()->getPointeeType();
1344 CanFrom = CanFrom.getAs<PointerType>()->getPointeeType();
1346 CanTo = CanTo.getAs<BlockPointerType>()->getPointeeType();
1347 CanFrom = CanFrom.getAs<BlockPointerType>()->getPointeeType();
1349 CanTo = CanTo.getAs<MemberPointerType>()->getPointeeType();
1350 CanFrom = CanFrom.getAs<MemberPointerType>()->getPointeeType();
1950 = Context.getCanonicalType(FromPtr->getPointeeType());
2027 ToType->getAs<PointerType>()->getPointeeType()->isVoidType()) {
2059 QualType ToPointeeType = ToTypePtr->getPointeeType();
[all...]
H A DSemaTemplateDeduction.cpp1005 Param = ParamRef->getPointeeType();
1010 Arg = ArgRef->getPointeeType();
1084 if (isa<TemplateTypeParmType>(ParamRef->getPointeeType()) &&
1085 !ParamRef->getPointeeType().getQualifiers())
1087 Param = ParamRef->getPointeeType();
1288 PointeeType = PointerArg->getPointeeType();
1291 PointeeType = PointerArg->getPointeeType();
1298 cast<PointerType>(Param)->getPointeeType(),
1310 cast<LValueReferenceType>(Param)->getPointeeType(),
1311 ReferenceArg->getPointeeType(), Inf
[all...]
H A DSemaExprMember.cpp461 PT->getPointeeType()->isRecordType())) {
699 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
784 objectType = ptr->getPointeeType();
808 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
895 BaseType = BaseType->castAs<PointerType>()->getPointeeType();
1156 return PT->getPointeeType()->isRecordType();
1202 BaseType = Ptr->getPointeeType();
1205 BaseType = Ptr->getPointeeType();
1552 if (!IsArrow && Ptr->getPointeeType()->isRecordType() &&
1683 MemberType = Ref->getPointeeType();
[all...]
/external/clang/include/clang/AST/
H A DCanonicalType.h480 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
486 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
491 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
497 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
503 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
509 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
650 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getPointeeType)
676 return RefType->getPointeeType();
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp73 QualType pointee = parm->getType()->getPointeeType();
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
H A DFormatString.cpp265 if (PT->getPointeeType().isConstQualified())
268 argTy = PT->getPointeeType();
336 QualType pointeeTy = PT->getPointeeType();
357 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
394 QualType pointee = PT->getPointeeType();
H A DBodyFarm.cpp37 BPT->getPointeeType()->getAs<FunctionProtoType>();
184 QualType PredicateTy = PredicatePtrTy->getPointeeType();
312 QualType PointeeTy = PT->getPointeeType();
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp96 QualType PointeeTy = CastToTy->getPointeeType();
315 TargetType = TargetType->getPointeeType();
390 T = Ctx.getPointerType(RT->getPointeeType());
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DConfig.h173 formal_type->getPointeeType()->getAsCXXRecordDecl();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp408 QualType ETy = RTy->getPointeeType();
416 QualType ETy = PTy->getPointeeType();
559 ConvertTypeForMem(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
576 const QualType FTy = cast<BlockPointerType>(Ty)->getPointeeType();
H A DCGCXXABI.cpp81 MPT->getPointeeType()->getAs<FunctionProtoType>();
94 llvm::Type *Ty = CGF.ConvertType(MPT->getPointeeType())->getPointerTo();
/external/lldb/source/Symbol/
H A DClangASTType.cpp380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
467 pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
471 pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
475 pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType());
479 pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
518 pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
522 pointee_type->SetClangType(m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
526 pointee_type->SetClangType(m_ast, cast<PointerType>(qual_type)->getPointeeType());
530 pointee_type->SetClangType(m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
[all...]

Completed in 615 milliseconds

12345