Searched refs:getPointerType (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp523 T = Context->getPointerType(BPT->getPointeeType());
551 T = Context->getPointerType(T);
889 QualType PtrStructIMPL = Context->getPointerType(Context->getTagDeclType(RD));
911 QualType castT = Context->getPointerType(IvarT);
1310 selfTy = Context->getPointerType(selfTy);
2137 QualType pToFunc = Context->getPointerType(msgSendType);
2350 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2550 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2580 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2625 Context->getPointerType(DR
[all...]
H A DRewriteObjC.cpp428 T = Context->getPointerType(BPT->getPointeeType());
451 T = Context->getPointerType(T);
1112 selfTy = Context->getPointerType(selfTy);
2026 QualType pToFunc = Context->getPointerType(msgSendType);
2235 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2367 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2410 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2449 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2479 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2524 Context->getPointerType(DR
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp119 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
225 QualType PT = getContext().getPointerType(QualType(T, 0));
430 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
431 Context.getPointerType(originalTy)))
476 // QualType pointerTy = C.getPointerType(elemTy);
H A DExprEngineC.cpp346 resultType = getContext().getPointerType(resultType);
398 resultType = getContext().getPointerType(resultType);
494 Ty = getContext().getPointerType(Ty);
H A DStore.cpp390 T = Ctx.getPointerType(RT->getPointeeType());
/external/clang/lib/Analysis/
H A DFormatString.cpp419 Res = C.getPointerType(C.CharTy);
422 Res = C.getPointerType(C.getWideCharType());
437 Res = C.getPointerType(Res);
H A DPrintfFormatString.cpp383 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
390 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
H A DSemaCast.cpp521 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
523 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
1543 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
1544 SrcType = Self.Context.getPointerType(SrcType);
1767 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
1768 SrcType = Self.Context.getPointerType(SrcType);
H A DSemaExprObjC.cpp512 Context.getPointerType(ConstCharType),
673 Context.getPointerType(IdT),
701 << Context.getPointerType(IdT.withConst());
791 Context.getPointerType(IdT),
799 Context.getPointerType(IdT),
828 << Context.getPointerType(IdT.withConst());
862 << Context.getPointerType(IdT.withConst());
H A DSemaExprCXX.cpp750 return Context.getPointerType(ClassTy);
772 = S.Context.getPointerType(
1252 QualType ResultType = Context.getPointerType(AllocType);
2008 QualType VoidPtr = Context.getPointerType(Context.VoidTy);
2773 FromType = Context.getPointerType(FromType);
4126 QualType UseType = isIndirect ? Context.getPointerType(Class) : Class;
4769 = Context.getPointerType(Context.getQualifiedType(Composite1, Quals));
4771 = Context.getPointerType(Context.getQualifiedType(Composite2, Quals));
H A DSemaExpr.cpp451 E = ImpCastExprToType(E, Context.getPointerType(Ty),
657 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
2453 DestType = Context.getPointerType(DestRecordType);
2525 QType = Context.getPointerType(QType);
2562 UType = Context.getPointerType(UType);
4661 Result = ImpCastExprToType(Fn, Context.getPointerType(FDecl->getType()),
5556 QualType incompatTy = S.Context.getPointerType(S.Context.VoidTy);
5567 ResultTy = S.Context.getPointerType(ResultTy);
5614 QualType destType = S.Context.getPointerType(S.Context.VoidTy);
5647 QualType destType = S.Context.getPointerType(destPointe
[all...]
H A DSemaOverload.cpp1497 FromType = S.Context.getPointerType(FromType);
1558 FromType = S.Context.getPointerType(FromType);
1967 return Context.getPointerType(ToPointee);
1976 return Context.getPointerType(QualifiedCanonToPointee);
2267 ConvertedType = Context.getPointerType(ConvertedType);
2278 ConvertedType = Context.getPointerType(ConvertedType);
2412 ConvertedType = Context.getPointerType(FromPointee);
6166 Context.getPointerType(Conversion->getType()),
6657 QPointerTy = Context.getPointerType(QPointeeTy);
9149 if (isPointer) FnType = S.Context.getPointerType(FnTyp
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
/external/clang/lib/AST/
H A DASTContext.cpp1048 VoidPtrTy = getPointerType(VoidTy);
1316 T = getPointerType(RT->getPointeeType());
2061 return getPointerType(ResultType);
2141 /// getPointerType - Return the uniqued reference to the type for a pointer to
2143 QualType ASTContext::getPointerType(QualType T) const { function in class:ASTContext
2157 Canonical = getPointerType(getCanonicalType(T));
2208 Decayed = getPointerType(T);
2471 result = getPointerType(getVariableArrayDecayedType(
3889 Result = getPointerType(QualType(Ty, 0));
4285 QualType PtrTy = getPointerType(PrettyArrayTyp
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp441 return ast_ctx.getPointerType(target_type);
478 return ast_ctx.getPointerType(ast_ctx.CharTy);
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp351 ptr_qual_type = Ctx.getPointerType(expr_qual_type);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp698 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
703 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
706 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
1252 : CGM.getContext().getPointerType(D->getType());
1899 CGM.getContext().getPointerType(QualType(Ty->getClass(),
2408 ResultTy = CGM.getContext().getPointerType(
2646 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
2655 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
2666 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
2972 C.getPointerType(bloc
[all...]
H A DItaniumCXXABI.cpp1083 Context.getPointerType(Context.VoidPtrTy));
1115 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
1145 QualType T = Context.getPointerType(Context.VoidPtrTy);
1185 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1197 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
2924 QualType PointerType = getContext().getPointerType(Type);
2925 QualType PointerTypeConst = getContext().getPointerType(Type.withConst());
H A DCGObjC.cpp1483 Args.add(RValue::get(StatePtr), getContext().getPointerType(StateTy));
1490 Args.add(RValue::get(ItemsPtr), getContext().getPointerType(ItemsTy));
2898 QualType DestTy = C.getPointerType(Ty);
2901 SrcTy = C.getPointerType(SrcTy);
2977 QualType DestTy = C.getPointerType(Ty);
2980 SrcTy = C.getPointerType(SrcTy);
H A DCGClass.cpp1752 QualType VoidPP = getContext().getPointerType(getContext().VoidPtrTy);
2135 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
2165 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
H A DCGExprCXX.cpp89 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
270 getContext().getPointerType(getContext().getTagDeclType(RD));
H A DCodeGenModule.cpp2612 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
2614 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2687 Context.getPointerType(Context.getObjCIdType()),
2688 Context.getPointerType(Context.UnsignedLongTy),
/external/clang/include/clang/AST/
H A DASTContext.h924 QualType getPointerType(QualType T) const;
925 CanQualType getPointerType(CanQualType T) const { function in class:clang::ASTContext
926 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h513 return ctx.getPointerType(getValueType());
556 return Ctx.getPointerType(D->getType());

Completed in 284 milliseconds

123