| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 95 Expr *ThisArg) override; 164 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete() argument 166 L->ResolvedOperatorDelete(DD, Delete, ThisArg); in ResolvedOperatorDelete()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTMutationListener.h | 85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
|
| H A D | DeclCXX.h | 2698 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 677 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local 678 if (!ThisArg) in getRecordDecl() 681 if (ThisArg->getType()->isAnyPointerType()) in getRecordDecl() 682 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl(); in getRecordDecl() 684 return ThisArg->getType()->getAsCXXRecordDecl(); in getRecordDecl()
|
| H A D | DeclCXX.cpp | 2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() argument 2775 First->OperatorDeleteThisArg = ThisArg; in setOperatorDelete() 2777 L->ResolvedOperatorDelete(First, OD, ThisArg); in setOperatorDelete()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1574 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local 1575 return CGF.EmitScalarExpr(ThisArg); in LoadThisForDtorDelete() 2209 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local 2218 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall() 2224 Args[0] = ThisArg; in EmitInheritedCXXConstructorCall() 2227 Args.push_back(ThisArg); in EmitInheritedCXXConstructorCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 744 Expr *ThisArg) override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1999 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local 2003 Canon->OperatorDeleteThisArg = ThisArg; in VisitCXXDestructorDecl() 4612 auto *ThisArg = Record.readExpr(); in UpdateDecl() local 4616 First->OperatorDeleteThisArg = ThisArg; in UpdateDecl()
|
| H A D | ASTWriter.cpp | 5800 Expr *ThisArg) { in ResolvedOperatorDelete() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6580 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument 6583 if (ThisArg) { in convertArgsForAvailabilityChecks() 6589 ThisArg, /*Qualifier=*/nullptr, Method, Method); in convertArgsForAvailabilityChecks() 6714 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs() argument 6725 Result, Context, cast<FunctionDecl>(DIA->getParent()), Args, ThisArg)) in diagnoseArgDependentDiagnoseIfAttrs()
|
| H A D | SemaDeclCXX.cpp | 10364 Expr *ThisArg = nullptr; in CheckDestructor() local 10386 ThisArg = This.get(); in CheckDestructor() 10392 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
|
| H A D | SemaChecking.cpp | 4593 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall() argument 4684 diagnoseArgDependentDiagnoseIfAttrs(FD, ThisArg, Args, Loc); in checkCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3725 const Expr *ThisArg, 12426 const Expr *ThisArg, ArrayRef<const Expr *> Args,
|