Home
last modified time | relevance | path

Searched defs:PointeeType (Results 1 – 25 of 25) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-pdbdump/
HDVariableDumper.cpp99 auto PointeeType = Symbol.getPointeeType(); in dump() local
157 auto PointeeType = PointerType->getPointeeType(); in tryDumpFunctionPointer() local
HDTypedefDumper.cpp56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local
HDFunctionDumper.cpp233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.cpp418 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local
426 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local
586 llvm::Type *PointeeType = ConvertTypeForMem(FTy); in ConvertType() local
HDMicrosoftCXXABI.cpp3565 QualType PointeeType = T->getPointeeType(); in decomposeTypeForEH() local
3876 QualType PointeeType = T; in getCatchableType() local
HDItaniumCXXABI.cpp3404 QualType PointeeType = PT->getPointeeType(); in InitCatchParam() local
HDCGDebugInfo.cpp1023 llvm::DIType *PointeeType = getOrCreateType(PointeeTy, Unit); in getOrCreateInstanceMethodType() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp1378 QualType PointeeType) { in manglePointerExtQualifiers()
1956 QualType PointeeType = T->getPointeeType(); in mangleType() local
1993 QualType PointeeType = T->getPointeeType(); in mangleType() local
2000 QualType PointeeType = T->getPointeeType(); in mangleType() local
2013 QualType PointeeType = T->getPointeeType(); in mangleType() local
2024 QualType PointeeType = T->getPointeeType(); in mangleType() local
2112 QualType PointeeType = T->getPointeeType(); in mangleType() local
HDDeclCXX.cpp1824 CanQualType PointeeType in isCopyOrMoveConstructor() local
HDItaniumMangle.cpp2145 QualType PointeeType = T->getPointeeType(); in mangleType() local
HDExprConstant.cpp2836 QualType PointeeType; in foundPointer() local
2994 QualType PointeeType; in foundPointer() local
6475 QualType PointeeType = E->getArg(1)->IgnoreImpCasts()->getType()-> in VisitCallExpr() local
HDType.cpp1491 QualType PointeeType; in getPointeeCXXRecordDecl() local
HDASTContext.cpp2418 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType() local
2455 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocSizeofChecker.cpp187 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType(); in checkASTCodeBody() local
HDMallocChecker.cpp912 QualType Result = T, PointeeType = T->getPointeeType(); in getDeepPointeeType() local
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp1130 QualType PointeeType = PT->getPointeeType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h3968 QualType PointeeType in TransformPointerType() local
4006 QualType PointeeType in TransformBlockPointerType() local
4036 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() local
4084 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() local
5761 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() local
10621 QualType TreeTransform<Derived>::RebuildPointerType(QualType PointeeType, in RebuildPointerType()
10628 QualType TreeTransform<Derived>::RebuildBlockPointerType(QualType PointeeType, in RebuildBlockPointerType()
10645 TreeTransform<Derived>::RebuildMemberPointerType(QualType PointeeType, in RebuildMemberPointerType()
10672 QualType PointeeType, in RebuildObjCObjectPointerType()
HDSemaExprObjC.cpp463 QualType PointeeType = PT->getPointeeType(); in BuildObjCBoxedExpr() local
HDSemaTemplateDeduction.cpp1249 QualType PointeeType; in DeduceTemplateArgumentsByTypeMatch() local
HDSemaOverload.cpp7956 QualType PointeeType = (*Ptr)->getPointeeType(); in addSubscriptOverloads() local
7971 QualType PointeeType = (*Ptr)->getPointeeType(); in addSubscriptOverloads() local
HDSemaDecl.cpp7014 QualType PointeeType = PT->getPointeeType(); in getOpenCLKernelParameterType() local
HDSemaExpr.cpp4691 QualType PointeeType = ParamType->getPointeeType(); in rewriteBuiltinFunctionDecl() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4983 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5014 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5023 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5032 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5041 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2383 Type *PointeeType = nullptr; in parseConstants() local
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp2930 ScalarEvolution::getGEPExpr(Type *PointeeType, const SCEV *BaseExpr, in getGEPExpr()