| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 89 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
|
| H A D | SValBuilder.cpp | 311 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
|
| H A D | MemRegion.cpp | 1244 PT != D->getThisType()->getAs<PointerType>())) { in getCXXThisRegion()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 382 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in evalCall() 645 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleRelease() 744 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleAssignOp() 782 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in updateMovedSmartPointers() 841 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleBoolConversion()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | ParentVirtualCallCheck.cpp | 52 const Type *TypePtr = ActualMemberDecl->getThisType().getTypePtr(); in getParentsByGrandParent()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() 792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr() 1202 ReturnType = Constructor->getThisType()->getPointeeType(); in determineExpectedReturnState()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 204 Address(&*AI, ConvertTypeForMem(MD->getThisType()->getPointeeType()), in GenerateVarArgsThunk() 249 QualType ThisType = MD->getThisType(); in StartThunk() 330 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
|
| H A D | CGCXXABI.cpp | 128 &CGM.getContext().Idents.get("this"), MD->getThisType(), in buildThisParam()
|
| H A D | CGClass.cpp | 140 llvm::Type *Ty = ConvertType(MD->getThisType()->getPointeeType()); in LoadCXXThisAddress() 2088 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall() 2101 Args.add(RValue::get(ThisPtr), D->getThisType()); in EmitCXXConstructorCall() 2235 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() 2360 Args.add(RValue::get(This.getPointer()), D->getThisType()); in EmitSynthesizedCXXCopyCtorCall()
|
| H A D | CodeGenFunction.cpp | 1179 QualType ThisTy = MD->getThisType(); in StartFunction() 1281 ResTy = MD->getThisType(); in BuildFunctionArgList()
|
| H A D | CGDebugInfo.cpp | 1655 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit, decl); in getOrCreateMethodType() 3162 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType() 4922 type = Method->getThisType(); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGExprCXX.cpp | 106 QualType DstTy = DtorDecl->getThisType(); in EmitCXXDestructorCall()
|
| H A D | CGBlocks.cpp | 608 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo()
|
| H A D | MicrosoftCXXABI.cpp | 4128 Args.add(RValue::get(This), CD->getThisType()); in getAddrOfCXXCtorClosure()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/ |
| H A D | README.txt | 85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 325 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 83 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType(); in lookupPromiseType() 486 return MD->isInstance() && MD->getThisType()->isDependentType(); in buildCoroutinePromise()
|
| H A D | SemaOverload.cpp | 3391 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() 3578 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() 5483 Method->getThisType()->castAs<PointerType>()->getPointeeType(); in PerformObjectArgumentInitialization() 5488 DestType = Method->getThisType(); in PerformObjectArgumentInitialization()
|
| H A D | SemaExprCXX.cpp | 1194 ThisTy = method->getThisType(); in getCurrentThisType() 3887 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall()
|
| H A D | SemaStmt.cpp | 691 Type.This = CMD->getThisType()->getPointeeType(); in checkMustTailAttr()
|
| H A D | SemaTemplate.cpp | 755 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression()
|
| H A D | SemaDeclAttr.cpp | 1222 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2460 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl 2473 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl 2480 return CXXMethodDecl::getThisType(getType()->castAs<FunctionProtoType>(), in getThisType()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 188 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2113 QualType getThisType() const; 2120 static QualType getThisType(const FunctionProtoType *FPT,
|