Home
last modified time | relevance | path

Searched refs:getThisType (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp91 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
H A DSValBuilder.cpp319 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
H A DMemRegion.cpp1292 PT != D->getThisType()->getAs<PointerType>())) { in getCXXThisRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp384 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in evalCall()
646 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleRelease()
745 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleAssignOp()
783 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in updateMovedSmartPointers()
842 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleBoolConversion()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp126 MD->getThisType(), ImplicitParamKind::CXXThis); in buildThisParam()
H A DCGVTables.cpp250 QualType ThisType = MD->getThisType(); in StartThunk()
331 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
H A DCGClass.cpp2132 Args.add(RValue::get(ThisPtr), D->getThisType()); in EmitCXXConstructorCall()
2266 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall()
2391 Args.add(RValue::get(This.getPointer()), D->getThisType()); in EmitSynthesizedCXXCopyCtorCall()
H A DCodeGenFunction.cpp1215 QualType ThisTy = MD->getThisType(); in StartFunction()
1312 ResTy = MD->getThisType(); in BuildFunctionArgList()
H A DCGExprCXX.cpp113 QualType DstTy = DtorDecl->getThisType(); in EmitCXXDestructorCall()
H A DCGDebugInfo.cpp1819 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit); in getOrCreateMethodType()
3324 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType()
5145 type = Method->getThisType(); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGBlocks.cpp581 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo()
H A DMicrosoftCXXABI.cpp4130 Args.add(RValue::get(This), CD->getThisType()); in getAddrOfCXXCtorClosure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2542 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl
2550 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl
2557 return CXXMethodDecl::getThisType(getType()->castAs<FunctionProtoType>(), in getThisType()
H A DExprConstant.cpp6282 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(), in HandleFunctionCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h188 TypeIndex getThisType() const { return ThisType; } in getThisType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2196 QualType getThisType() const;
2211 static QualType getThisType(const FunctionProtoType *FPT,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2212 printTypeIndex("ThisType", MF.getThisType(), StreamTPI); in visitKnownRecord()
2231 LVElement *ThisPointer = getElement(StreamTPI, MF.getThisType()); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp572 MD->getThisType()->isDependentType(); in buildCoroutinePromise()
H A DSemaExprCXX.cpp1232 ThisTy = method->getThisType().getNonReferenceType(); in getCurrentThisType()
H A DSemaTemplate.cpp758 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType().getNonReferenceType(); in ActOnDependentIdExpression()
H A DSemaOverload.cpp5793 DestType = Method->getThisType(); in PerformImplicitObjectArgumentInitialization()
H A DSemaExpr.cpp3236 DestType = Method->getThisType().getNonReferenceType(); in PerformObjectMemberConversion()