Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp95 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 DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
H A DDeclCXX.h2698 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp677 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 DDeclCXX.cpp2771 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 DCGClass.cpp1574 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 DASTWriter.h744 Expr *ThisArg) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1999 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 DASTWriter.cpp5800 Expr *ThisArg) { in ResolvedOperatorDelete() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6580 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 DSemaDeclCXX.cpp10364 Expr *ThisArg = nullptr; in CheckDestructor() local
10386 ThisArg = This.get(); in CheckDestructor()
10392 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
H A DSemaChecking.cpp4593 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 DSema.h3725 const Expr *ThisArg,
12426 const Expr *ThisArg, ArrayRef<const Expr *> Args,