/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
|
H A D | DeclCXX.h | 2746 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 680 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local 681 if (!ThisArg) in getRecordDecl() 684 if (ThisArg->getType()->isAnyPointerType()) in getRecordDecl() 685 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl(); in getRecordDecl() 687 return ThisArg->getType()->getAsCXXRecordDecl(); in getRecordDecl()
|
H A D | DeclCXX.cpp | 2801 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() argument 2805 First->OperatorDeleteThisArg = ThisArg; in setOperatorDelete() 2807 L->ResolvedOperatorDelete(First, OD, ThisArg); in setOperatorDelete()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1570 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local 1571 return CGF.EmitScalarExpr(ThisArg); in LoadThisForDtorDelete() 2276 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local 2285 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall() 2291 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall() 2294 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 770 Expr *ThisArg) override;
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2205 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local 2209 Canon->OperatorDeleteThisArg = ThisArg; in VisitCXXDestructorDecl() 4493 auto *ThisArg = Record.readExpr(); in UpdateDecl() local 4497 First->OperatorDeleteThisArg = ThisArg; in UpdateDecl()
|
H A D | ASTWriter.cpp | 6167 Expr *ThisArg) { in ResolvedOperatorDelete() argument
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6763 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument 6766 if (ThisArg) { in convertArgsForAvailabilityChecks() 6772 ThisArg, /*Qualifier=*/nullptr, Method, Method); in convertArgsForAvailabilityChecks() 6897 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs() argument 6908 Result, Context, cast<FunctionDecl>(DIA->getParent()), Args, ThisArg)) in diagnoseArgDependentDiagnoseIfAttrs()
|
H A D | SemaDeclCXX.cpp | 10652 Expr *ThisArg = nullptr; in CheckDestructor() local 10674 ThisArg = This.get(); in CheckDestructor() 10680 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
|
H A D | SemaChecking.cpp | 5903 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall() argument 6003 diagnoseArgDependentDiagnoseIfAttrs(FD, ThisArg, Args, Loc); in checkCall()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 4095 const Expr *ThisArg, 13439 const Expr *ThisArg, ArrayRef<const Expr *> Args,
|