Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
H A DDeclCXX.h2732 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp679 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
680 if (!ThisArg) in getRecordDecl()
683 if (ThisArg->getType()->isAnyPointerType()) in getRecordDecl()
684 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl(); in getRecordDecl()
686 return ThisArg->getType()->getAsCXXRecordDecl(); in getRecordDecl()
H A DDeclCXX.cpp2772 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() argument
2776 First->OperatorDeleteThisArg = ThisArg; in setOperatorDelete()
2778 L->ResolvedOperatorDelete(First, OD, ThisArg); in setOperatorDelete()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1569 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local
1570 return CGF.EmitScalarExpr(ThisArg); in LoadThisForDtorDelete()
2235 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local
2244 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()
2250 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall()
2253 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h737 Expr *ThisArg) override;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2121 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local
2125 Canon->OperatorDeleteThisArg = ThisArg; in VisitCXXDestructorDecl()
4395 auto *ThisArg = Record.readExpr(); in UpdateDecl() local
4399 First->OperatorDeleteThisArg = ThisArg; in UpdateDecl()
H A DASTWriter.cpp5995 Expr *ThisArg) { in ResolvedOperatorDelete() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp6660 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument
6663 if (ThisArg) { in convertArgsForAvailabilityChecks()
6669 ThisArg, /*Qualifier=*/nullptr, Method, Method); in convertArgsForAvailabilityChecks()
6794 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs() argument
6805 Result, Context, cast<FunctionDecl>(DIA->getParent()), Args, ThisArg)) in diagnoseArgDependentDiagnoseIfAttrs()
H A DSemaDeclCXX.cpp10564 Expr *ThisArg = nullptr; in CheckDestructor() local
10586 ThisArg = This.get(); in CheckDestructor()
10592 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
H A DSemaChecking.cpp5706 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall() argument
5806 diagnoseArgDependentDiagnoseIfAttrs(FD, ThisArg, Args, Loc); in checkCall()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3972 const Expr *ThisArg,
13065 const Expr *ThisArg, ArrayRef<const Expr *> Args,