|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ASTContext.h 1228 QualType getPointerType(QualType T) const;
References
gen/tools/clang/lib/Sema/OpenCLBuiltins.inc16907 QT[Index] = Context.getPointerType(QT[Index]);
tools/clang/include/clang/AST/ASTContext.h 1230 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h 547 return ctx.getPointerType(getValueType());
598 return Ctx.getPointerType(D->getType());
tools/clang/lib/AST/ASTContext.cpp 1633 T = getPointerType(RT->getPointeeType());
2794 return getPointerType(ResultType);
3009 Decayed = getPointerType(T);
3281 result = getPointerType(getVariableArrayDecayedType(
5161 Result = getPointerType(QualType(Ty, 0));
5640 QualType PtrTy = getPointerType(PrettyArrayType->getElementType());
6009 Fields[Count++] = { getPointerType(IntTy.withConst()), "isa" };
6011 Fields[Count++] = { getPointerType(CharTy.withConst()), "str" };
6017 Fields[Count++] = { getPointerType(CharTy.withConst()), "_ptr" };
8986 return getPointerType(ResultType);
9669 Type = Context.getPointerType(Type);
tools/clang/lib/AST/ASTDiagnostic.cpp 183 QT = Context.getPointerType(Desugar(Context, Ty->getPointeeType(),
tools/clang/lib/AST/ASTImporter.cpp 1052 return Importer.getToContext().getPointerType(*ToPointeeTypeOrErr);
tools/clang/lib/AST/DeclCXX.cpp 2301 return C.getPointerType(ObjectTy);
tools/clang/lib/AST/Expr.cpp 2141 return Ctx.getPointerType(ArrTy->getAsArrayTypeUnsafe()->getElementType());
tools/clang/lib/AST/FormatString.cpp 522 Res = C.getPointerType(C.getWideCharType());
537 Res = C.getPointerType(Res);
tools/clang/lib/AST/PrintfFormatString.cpp 630 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
639 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
tools/clang/lib/AST/QualTypeNames.cpp 376 QT = Ctx.getPointerType(QT);
tools/clang/lib/AST/Type.cpp 845 return Ctx.getPointerType(pointeeType);
tools/clang/lib/Analysis/BodyFarm.cpp 261 Ty = C.getPointerType(Ty.getNonReferenceType());
tools/clang/lib/CodeGen/CGAtomic.cpp 735 CGF.getContext().getPointerType(ValTy),
tools/clang/lib/CodeGen/CGBlocks.cpp 1271 QualType VoidPtrQualTy = Ctx.getPointerType(
1551 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType(
tools/clang/lib/CodeGen/CGBuiltin.cpp 1426 Types[Context.getPointerType(Context.getConstType(Context.CharTy))] = "%s";
1433 FieldPtr, CGF.ConvertType(Context.getPointerType(FD->getType())));
tools/clang/lib/CodeGen/CGClass.cpp 2890 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
2909 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
tools/clang/lib/CodeGen/CGDebugInfo.cpp 1055 FType = CGM.getContext().getPointerType(Ty->getPointeeType());
3488 ResultTy = CGM.getContext().getPointerType(
4199 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar());
4205 Context.getPointerType(Block.NeedsCopyDispose
tools/clang/lib/CodeGen/CGDecl.cpp 586 CGF.getContext().getPointerType(Var.getType()));
tools/clang/lib/CodeGen/CGExpr.cpp 2314 QualType PtrTy = CGF.getContext().getPointerType(VD->getType());
2412 NoProtoType = CGM.getContext().getPointerType(NoProtoType);
4430 QualType DestTy = getContext().getPointerType(E->getType());
tools/clang/lib/CodeGen/CGExprCXX.cpp 193 return EmitCall(getContext().getPointerType(MD->getType()), callee, CE,
448 getContext().getPointerType(getContext().getTagDeclType(RD));
tools/clang/lib/CodeGen/CGObjC.cpp 1688 getContext().getPointerType(StateTy));
1696 getContext().getPointerType(ItemsTy));
3507 QualType DestTy = C.getPointerType(Ty);
3510 SrcTy = C.getPointerType(SrcTy);
3591 QualType DestTy = C.getPointerType(Ty);
3594 SrcTy = C.getPointerType(SrcTy);
tools/clang/lib/CodeGen/CGObjCMac.cpp 353 Ctx.getCanonicalType(Ctx.getPointerType(Ctx.CharTy.withConst())));
3027 ctx.getPointerType(ctx.CharTy.withConst())));
5662 SuperPtrCTy = Ctx.getPointerType(SuperCTy);
6015 MessageRefCPtrTy = Ctx.getPointerType(MessageRefCTy);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1353 QualType PtrTy = C.getPointerType(Ty).withRestrict();
2428 CGM.getContext().getPointerType(getTgtBinaryDescriptorQTy());
2438 CGM.getContext().getPointerType(getTgtBinaryDescriptorQTy());
2692 QualType PtrTy = CGM.getContext().getPointerType(VD->getType());
4295 KmpRoutineEntryPtrQTy = C.getPointerType(
4348 addFieldToRecordDecl(C, RD, C.getPointerType(getTgtOffloadEntryQTy()));
4349 addFieldToRecordDecl(C, RD, C.getPointerType(getTgtOffloadEntryQTy()));
4372 addFieldToRecordDecl(C, RD, C.getPointerType(getTgtDeviceImageQTy()));
4373 addFieldToRecordDecl(C, RD, C.getPointerType(getTgtOffloadEntryQTy()));
4374 addFieldToRecordDecl(C, RD, C.getPointerType(getTgtOffloadEntryQTy()));
4668 C.getPointerType(PrivatesQTy).withConst().withRestrict(),
4676 C.getPointerType(C.getPointerType(E->getType()))
4676 C.getPointerType(C.getPointerType(E->getType()))
4687 C.getPointerType(C.getPointerType(E->getType()))
4687 C.getPointerType(C.getPointerType(E->getType()))
4698 C.getPointerType(C.getPointerType(E->getType()))
4698 C.getPointerType(C.getPointerType(E->getType()))
5029 C.getPointerType(KmpTaskTWithPrivatesQTy);
5035 QualType SharedsPtrTy = C.getPointerType(SharedsTy);
8837 QualType PtrTy = C.getPointerType(Ty).withRestrict();
8878 C.getPointerType(Int64Ty), Loc);
8881 CGM.getTypes().ConvertTypeForMem(C.getPointerType(PtrTy)));
8885 C.getPointerType(Int64Ty), Loc);
10274 CDT = C.getPointerType(C.getRecordType(MD->getParent()));
11016 CGF.ConvertTypeForMem(CGM.getContext().getPointerType(CVD->getType())),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 263 Type = C.getPointerType(Type.getNonReferenceType());
2998 C.getPointerType(Private->getType())->castAs<PointerType>());
3014 C.getPointerType(Private->getType())->castAs<PointerType>());
3021 C.getPointerType(Private->getType())->castAs<PointerType>());
3029 C.getPointerType(Private->getType())->castAs<PointerType>());
4460 ArgType = CGM.getContext().getPointerType(PointeeTy);
4637 Src, CGF.ConvertTypeForMem(CGFContext.getPointerType(ElemTy)));
4640 CGFContext.getPointerType(ElemTy),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 138 CGF.ConvertTypeForMem(CGF.getContext().getPointerType(
312 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
313 Ctx.getPointerType(CurField->getType()), CurCap->getLocation());
338 Ctx.getPointerType(DstType), Loc);
340 CGF.MakeNaturalAlignAddrLValue(CastedPtr, Ctx.getPointerType(DstType))
351 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType()));
3001 CGF.getContext().getPointerType(E->getType()), ".priv.ptr.addr");
3008 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()),
3016 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()),
3059 CGF.getContext().getPointerType(
3111 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()),
3239 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()),
4672 getContext().getPointerType(OrigVD->getType().getNonReferenceType());
tools/clang/lib/CodeGen/CodeGenModule.cpp 4818 Context.getPointerType(Context.getObjCIdType()),
5802 return Ctx.getPointerType(
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 2525 getContext().getPointerType(RetQT), FunctionArgList());
3843 QualType PointerType = getContext().getPointerType(FundamentalType);
3844 QualType PointerTypeConst = getContext().getPointerType(
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 3773 T = Context.getPointerType(PointeeType.getUnqualifiedType());
4141 RTTITy = Context.getPointerType(RTTITy);
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp 509 T = Context->getPointerType(BPT->getPointeeType());
536 T = Context->getPointerType(T);
868 QualType PtrStructIMPL = Context->getPointerType(Context->getTagDeclType(RD));
889 QualType castT = Context->getPointerType(IvarT);
1271 selfTy = Context->getPointerType(selfTy);
2101 QualType pToFunc = Context->getPointerType(msgSendType);
2311 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2511 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2541 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2586 UnaryOperator(DRE, UO_AddrOf, Context->getPointerType(DRE->getType()),
2680 castType = Context->getPointerType(castType);
2743 Context->getPointerType(ConstIdT),
2801 castType = Context->getPointerType(castType);
2872 Context->getPointerType(ConstIdT),
2885 Context->getPointerType(ConstIdT),
2933 T = Context->getPointerType(PointeeTy);
2952 castType = Context->getPointerType(castType);
3093 QualType castType = Context->getPointerType(FuncType);
3282 Context->getPointerType(SuperRep->getType()),
3286 Context->getPointerType(superType),
3300 Context->getPointerType(SuperRep->getType()),
3377 Context->getPointerType(SuperRep->getType()),
3381 Context->getPointerType(superType),
3485 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
3525 castType = Context->getPointerType(castType);
3590 Context, Context->getPointerType(DRE->getType()), CK_BitCast, DRE);
4119 QT = Context->getPointerType(QT);
4213 QT = Context->getPointerType(QT);
4513 T = Context->getPointerType(T);
4594 QualType PtrBlock = Context->getPointerType(Context->getTagDeclType(RD));
4613 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
5257 QualType FType = Context->getPointerType(BFT);
5311 QT = Context->getPointerType(QT);
5328 QT = Context->getPointerType(QT);
5350 QualType castT = Context->getPointerType(Context->getTagDeclType(RD));
5370 Context->getPointerType(Exp->getType()),
5397 Context->getPointerType(NewRep->getType()),
7510 QualType PtrStructIMPL = Context->getPointerType(Context->getTagDeclType(RD));
7531 QualType castT = Context->getPointerType(IvarT);
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp 420 T = Context->getPointerType(BPT->getPointeeType());
443 T = Context->getPointerType(T);
1103 selfTy = Context->getPointerType(selfTy);
2016 QualType pToFunc = Context->getPointerType(msgSendType);
2223 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2354 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2397 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2436 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2466 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2511 UnaryOperator(DRE, UO_AddrOf, Context->getPointerType(DRE->getType()),
2601 castType = Context->getPointerType(castType);
2711 Context->getPointerType(SuperRep->getType()),
2715 Context->getPointerType(superType),
2729 Context->getPointerType(SuperRep->getType()),
2806 Context->getPointerType(SuperRep->getType()),
2810 Context->getPointerType(superType),
2914 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
2954 castType = Context->getPointerType(castType);
3046 Context->getPointerType(DRE->getType()),
3329 QT = Context->getPointerType(QT);
3423 QT = Context->getPointerType(QT);
3762 QualType PtrBlock = Context->getPointerType(Context->getTagDeclType(RD));
3781 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
4403 QualType FType = Context->getPointerType(BFT);
4449 QT = Context->getPointerType(QT);
4466 QT = Context->getPointerType(QT);
4487 QualType castT = Context->getPointerType(Context->getTagDeclType(RD));
4507 Exp, UO_AddrOf, Context->getPointerType(Exp->getType()), VK_RValue,
4525 NewRep, UO_AddrOf, Context->getPointerType(NewRep->getType()), VK_RValue,
5823 QualType castT = Context->getPointerType(Context->getTagDeclType(RD));
5863 QualType castT = Context->getPointerType(Context->getTagDeclType(RD));
tools/clang/lib/Sema/SemaCast.cpp 1753 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
1754 SrcType = Self.Context.getPointerType(SrcType);
2077 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
2078 SrcType = Self.Context.getPointerType(SrcType);
tools/clang/lib/Sema/SemaChecking.cpp 298 QualType BuiltinPtrTy = S.Context.getPointerType(BuiltinTy);
816 << Call->getDirectCallee() << S.Context.getPointerType(EltTy)
991 Call->setType(S.Context.getPointerType(S.Context.getQualifiedType(
1009 return S.Context.getPointerType(Ty->getElementType());
1011 return S.Context.getPointerType(ArgTy);
1695 QualType LHSTy = Context.getPointerType(EltTy);
1780 << PointerArg->getType() << Context.getPointerType(AddrType)
1785 AddrType = Context.getPointerType(AddrType);
4886 Ty = Context.getPointerType(
5372 QualType CalleePtrTy = Context.getPointerType(NewBuiltinDecl->getType());
5507 QualType ResultTy = Context.getPointerType(Context.CharTy.withConst());
5698 Context.getPointerType(Context.CharTy.withConst());
14597 RequiredType = Context.getPointerType(RequiredType);
tools/clang/lib/Sema/SemaCodeComplete.cpp 500 return S.getASTContext().getPointerType(ContextType.getNonReferenceType());
tools/clang/lib/Sema/SemaDecl.cpp 5753 FixedType = Context.getPointerType(FixedType);
tools/clang/lib/Sema/SemaDeclAttr.cpp 3068 QualType Ty = S.Context.getPointerType(cast<VarDecl>(D)->getType());
tools/clang/lib/Sema/SemaDeclCXX.cpp 9043 ConvType = Context.getPointerType(ConvType);
9047 ConvType = Context.getPointerType(ConvType);
12041 S.Context.getPointerType(From->getType()),
12045 S.Context.getPointerType(To->getType()),
13700 return SemaRef.Context.getPointerType(QTy);
13813 ? SemaRef.Context.getCanonicalType(SemaRef.Context.getPointerType(
14270 ExDeclType = Context.getPointerType(ExDeclType);
tools/clang/lib/Sema/SemaExceptionSpec.cpp 117 T = Context.getPointerType(T);
tools/clang/lib/Sema/SemaExpr.cpp 457 E = ImpCastExprToType(E, Context.getPointerType(Ty),
673 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
2686 DestType = Context.getPointerType(DestRecordType);
2758 QType = Context.getPointerType(QType);
2795 UType = Context.getPointerType(UType);
5442 OverloadParams.push_back(Context.getPointerType(PointeeType));
5822 QualType FnPtrTy = Context.getPointerType(FDecl->getType());
7005 incompatTy = S.Context.getPointerType(
7041 ResultTy = S.Context.getPointerType(ResultTy);
7091 QualType destType = S.Context.getPointerType(destPointee);
7101 QualType destType = S.Context.getPointerType(destPointee);
7573 QualType destType = Context.getPointerType(destPointee);
7593 QualType destType = Context.getPointerType(destPointee);
12373 return Context.getPointerType(op->getType());
12498 return Context.getPointerType(op->getType());
17379 E->setType(S.Context.getPointerType(SubExpr->getType()));
17600 DestType = S.Context.getPointerType(DestType);
17931 E = ImpCastExprToType(E, Context.getPointerType(FD->getType()),
tools/clang/lib/Sema/SemaExprCXX.cpp 1030 return ASTCtx.getPointerType(ClassType);
1071 return ASTCtx.getPointerType(ClassType);
1078 return ASTCtx.getPointerType(ClassType);
1103 ThisTy = Context.getPointerType(ClassTy);
1133 S.CXXThisTypeOverride = S.Context.getPointerType(T);
1896 QualType ResultType = Context.getPointerType(AllocType);
3426 QualType Unqual = Context.getPointerType(
3977 FromType = Context.getPointerType(FromType);
5487 UseType = Context.getPointerType(UseType);
6296 Context.getPointerType(Context.getQualifiedType(Composite1, Quals));
6298 Context.getPointerType(Context.getQualifiedType(Composite2, Quals));
tools/clang/lib/Sema/SemaExprObjC.cpp 574 Context.getPointerType(ConstCharType),
705 Context.getPointerType(ConstCharType),
826 Context.getPointerType(IdT),
854 << Context.getPointerType(IdT.withConst());
934 Context.getPointerType(IdT),
942 Context.getPointerType(IdT),
971 << Context.getPointerType(IdT.withConst());
1008 << Context.getPointerType(IdT.withConst());
tools/clang/lib/Sema/SemaInit.cpp 5432 ArgType = S.Context.getPointerType(ArgPointee);
5456 ResultType = S.Context.getPointerType(ArgPointee);
tools/clang/lib/Sema/SemaLambda.cpp 1291 QualType PtrToFunctionTy = S.Context.getPointerType(InvokerFunctionTy);
tools/clang/lib/Sema/SemaOpenMP.cpp 3102 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3121 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3132 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3166 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3177 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3219 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3230 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3259 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3270 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3301 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3320 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3343 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3359 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3372 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3418 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3448 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
3459 Context.getPointerType(CopyFnType).withConst().withRestrict()),
3515 Ty = C.getPointerType(Ty);
5043 FnPtrType = Context.getPointerType(FD->getType());
13535 QualType PtrRedTy = Context.getPointerType(RedTy);
13552 ELoc, Context.getPointerType(FnTy), VK_RValue, OK_Ordinary,
tools/clang/lib/Sema/SemaOverload.cpp 71 return S.ImpCastExprToType(DRE, S.Context.getPointerType(DRE->getType()),
1693 FromType = S.Context.getPointerType(FromType);
1761 FromType = S.Context.getPointerType(FromType);
2245 return Context.getPointerType(ToPointee);
2254 return Context.getPointerType(QualifiedCanonToPointee);
2528 ConvertedType = Context.getPointerType(ConvertedType);
2539 ConvertedType = Context.getPointerType(ConvertedType);
2673 ConvertedType = Context.getPointerType(FromPointee);
7139 Context.getPointerType(Conversion->getType()),
7685 QPointerTy = Context.getPointerType(QPointeeTy);
10741 if (isPointer) FnType = S.Context.getPointerType(FnType);
14229 Context.getPointerType(SubExpr->getType()),
tools/clang/lib/Sema/SemaStmt.cpp 2890 QualType DestTy = Context.getPointerType(Context.VoidTy.withConst());
4327 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD));
4365 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD))
4387 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD));
tools/clang/lib/Sema/SemaTemplate.cpp 6107 ArgType = S.Context.getPointerType(Func->getType());
6174 ArgType = S.Context.getPointerType(Var->getType());
6951 ParamType = Context.getPointerType(ParamType);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 3469 return S.Context.getPointerType(Fn->getType());
3547 ArgType = S.Context.getPointerType(ArgType);
3633 ArgType = S.Context.getPointerType(ArgType);
4193 P = Context.getPointerType(P);
4666 RetType = Context.getPointerType(RetType);
tools/clang/lib/Sema/SemaType.cpp 2016 return Context.getPointerType(T);
6417 return C.getPointerType(New);
tools/clang/lib/Sema/TreeTransform.h 3237 QualType CalleePtrTy = SemaRef.Context.getPointerType(Builtin->getType());
tools/clang/lib/Serialization/ASTReader.cpp 6374 return Context.getPointerType(PointeeType);
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp 224 CastToTy = C.getASTContext().getPointerType(CastToTy);
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp 137 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp 137 ObjT = ACtx.getPointerType(
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp 806 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class));
817 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass));
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp 291 resultType = getContext().getPointerType(resultType);
453 resultType = getContext().getPointerType(resultType);
492 resultType = getContext().getPointerType(resultType);
616 Ty = getContext().getPointerType(Ty);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp 225 QualType RegionTy = ACtx.getPointerType(ReturnTy);
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp 148 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
281 QualType PT = getContext().getPointerType(QualType(T, 0));
556 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
557 Context.getPointerType(originalTy)))
tools/clang/tools/extra/clang-tidy/misc/MisplacedConstCheck.cpp 41 QualType NewQT = Context.getPointerType(
tools/clang/tools/extra/clangd/ExpectedTypes.cpp 37 return Ctx.getPointerType(QualType(T->getArrayElementTypeNoTypeQual(), 0))
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp 336 ptr_qual_type = Ctx.getPointerType(expr_qual_type);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 910 method_decl->getASTContext().getPointerType(class_qual_type);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp 357 return ast_ctx.getPointerType(target_type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 703 return m_clang.getASTContext()->getPointerType(direct_type);
740 pointer_type = m_clang.getASTContext()->getPointerType(pointee_type);
tools/lldb/source/Symbol/ClangASTContext.cpp 1262 return CompilerType(this, ast->getPointerType(char_type).getAsOpaquePtr());
3244 QualType function_pointer_type = m_ast_up->getPointerType(pointee_type);
4475 qual_type = ast->getPointerType(
4823 this, getASTContext()->getPointerType(qual_type).getAsOpaquePtr());