| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 101 Expr *ThisArg) override; 170 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete() argument 172 L->ResolvedOperatorDelete(DD, Delete, ThisArg); in ResolvedOperatorDelete()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTMutationListener.h | 85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
|
| H A D | DeclCXX.h | 2823 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1564 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local 1565 return CGF.EmitScalarExpr(ThisArg); in LoadThisForDtorDelete() 2266 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local 2275 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall() 2281 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall() 2284 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall() 3058 llvm::Value *ThisArg = CurFn->getArg(0); in EmitLambdaInAllocaCallOpBody() local 3059 CallArgs.add(RValue::get(ThisArg), ThisType); in EmitLambdaInAllocaCallOpBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 683 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local 684 if (!ThisArg) in getRecordDecl() 687 if (ThisArg->getType()->isAnyPointerType()) in getRecordDecl() 688 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl(); in getRecordDecl() 690 return ThisArg->getType()->getAsCXXRecordDecl(); in getRecordDecl()
|
| H A D | DeclCXX.cpp | 2855 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() argument 2859 First->OperatorDeleteThisArg = ThisArg; in setOperatorDelete() 2861 L->ResolvedOperatorDelete(First, OD, ThisArg); in setOperatorDelete()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 822 Expr *ThisArg) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2334 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local 2338 Canon->OperatorDeleteThisArg = ThisArg; in VisitCXXDestructorDecl() 4647 auto *ThisArg = Record.readExpr(); in UpdateDecl() local 4651 First->OperatorDeleteThisArg = ThisArg; in UpdateDecl()
|
| H A D | ASTWriter.cpp | 6305 Expr *ThisArg) { in ResolvedOperatorDelete() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7086 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument 7089 if (ThisArg) { in convertArgsForAvailabilityChecks() 7095 ThisArg, /*Qualifier=*/nullptr, Method, Method); in convertArgsForAvailabilityChecks() 7220 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs() argument 7231 Result, Context, cast<FunctionDecl>(DIA->getParent()), Args, ThisArg)) in diagnoseArgDependentDiagnoseIfAttrs()
|
| H A D | SemaDeclCXX.cpp | 10949 Expr *ThisArg = nullptr; in CheckDestructor() local 10971 ThisArg = This.get(); in CheckDestructor() 10977 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
|
| H A D | SemaChecking.cpp | 7454 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall() argument 7607 diagnoseArgDependentDiagnoseIfAttrs(FD, ThisArg, Args, Loc); in checkCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4188 const Expr *ThisArg, 13868 const Expr *ThisArg, ArrayRef<const Expr *> Args,
|