| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 91 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
|
| H A D | SValBuilder.cpp | 319 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
|
| H A D | MemRegion.cpp | 1292 PT != D->getThisType()->getAs<PointerType>())) { in getCXXThisRegion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 384 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 D | CGCXXABI.cpp | 126 MD->getThisType(), ImplicitParamKind::CXXThis); in buildThisParam()
|
| H A D | CGVTables.cpp | 250 QualType ThisType = MD->getThisType(); in StartThunk() 331 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
|
| H A D | CGClass.cpp | 2132 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 D | CodeGenFunction.cpp | 1215 QualType ThisTy = MD->getThisType(); in StartFunction() 1312 ResTy = MD->getThisType(); in BuildFunctionArgList()
|
| H A D | CGExprCXX.cpp | 113 QualType DstTy = DtorDecl->getThisType(); in EmitCXXDestructorCall()
|
| H A D | CGDebugInfo.cpp | 1819 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit); in getOrCreateMethodType() 3324 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType() 5145 type = Method->getThisType(); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGBlocks.cpp | 581 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo()
|
| H A D | MicrosoftCXXABI.cpp | 4130 Args.add(RValue::get(This), CD->getThisType()); in getAddrOfCXXCtorClosure()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2542 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 D | ExprConstant.cpp | 6282 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(), in HandleFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 188 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2196 QualType getThisType() const; 2211 static QualType getThisType(const FunctionProtoType *FPT,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 2212 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 D | SemaCoroutine.cpp | 572 MD->getThisType()->isDependentType(); in buildCoroutinePromise()
|
| H A D | SemaExprCXX.cpp | 1232 ThisTy = method->getThisType().getNonReferenceType(); in getCurrentThisType()
|
| H A D | SemaTemplate.cpp | 758 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType().getNonReferenceType(); in ActOnDependentIdExpression()
|
| H A D | SemaOverload.cpp | 5793 DestType = Method->getThisType(); in PerformImplicitObjectArgumentInitialization()
|
| H A D | SemaExpr.cpp | 3236 DestType = Method->getThisType().getNonReferenceType(); in PerformObjectMemberConversion()
|