Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
H A DSValBuilder.cpp289 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
H A DMemRegion.cpp1218 PT != D->getThisType()->getAs<PointerType>())) { in getCXXThisRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr()
792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr()
1202 ReturnType = Constructor->getThisType()->getPointeeType(); in determineExpectedReturnState()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp129 &CGM.getContext().Idents.get("this"), MD->getThisType(), in buildThisParam()
H A DCGVTables.cpp245 QualType ThisType = MD->getThisType(); in StartThunk()
326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
H A DCGClass.cpp2060 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall()
2073 Args.add(RValue::get(ThisPtr), D->getThisType()); in EmitCXXConstructorCall()
2207 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall()
2332 Args.add(RValue::get(This.getPointer()), D->getThisType()); in EmitSynthesizedCXXCopyCtorCall()
H A DCodeGenFunction.cpp1152 QualType ThisTy = MD->getThisType(); in StartFunction()
1255 ResTy = MD->getThisType(); in BuildFunctionArgList()
H A DCGDebugInfo.cpp1580 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit, decl); in getOrCreateMethodType()
3018 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType()
4639 type = Method->getThisType(); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGExprCXX.cpp106 QualType DstTy = DtorDecl->getThisType(); in EmitCXXDestructorCall()
H A DCGBlocks.cpp555 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo()
H A DMicrosoftCXXABI.cpp4035 Args.add(RValue::get(This), CD->getThisType()); in getAddrOfCXXCtorClosure()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp88 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType(); in lookupPromiseType()
513 return MD->isInstance() && MD->getThisType()->isDependentType(); in buildCoroutinePromise()
H A DSemaOverload.cpp3372 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion()
3559 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion()
5425 Method->getThisType()->castAs<PointerType>()->getPointeeType(); in PerformObjectArgumentInitialization()
5430 DestType = Method->getThisType(); in PerformObjectArgumentInitialization()
H A DSemaExprCXX.cpp1192 ThisTy = method->getThisType(); in getCurrentThisType()
3841 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall()
H A DSemaStmt.cpp674 Type.This = CMD->getThisType()->getPointeeType(); in checkMustTailAttr()
H A DSemaTemplate.cpp751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression()
H A DSemaDeclAttr.cpp1126 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass()
H A DSemaExpr.cpp2974 DestType = Method->getThisType(); in PerformObjectMemberConversion()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2443 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl
2456 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl
2463 return CXXMethodDecl::getThisType(getType()->castAs<FunctionProtoType>(), in getThisType()
H A DExprConstant.cpp6103 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(), in HandleFunctionCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h187 TypeIndex getThisType() const { return ThisType; } in getThisType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2081 QualType getThisType() const;
2088 static QualType getThisType(const FunctionProtoType *FPT,