Home
last modified time | relevance | path

Searched refs:ThisArg (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp101 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 DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
H A DDeclCXX.h2823 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1564 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 DExprCXX.cpp683 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 DDeclCXX.cpp2855 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 DASTWriter.h822 Expr *ThisArg) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2334 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 DASTWriter.cpp6305 Expr *ThisArg) { in ResolvedOperatorDelete() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7086 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 DSemaDeclCXX.cpp10949 Expr *ThisArg = nullptr; in CheckDestructor() local
10971 ThisArg = This.get(); in CheckDestructor()
10977 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
H A DSemaChecking.cpp7454 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 DSema.h4188 const Expr *ThisArg,
13868 const Expr *ThisArg, ArrayRef<const Expr *> Args,