Home
last modified time | relevance | path

Searched defs:ThisArg (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp170 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1564 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local
2266 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local
3058 llvm::Value *ThisArg = CurFn->getArg(0); in EmitLambdaInAllocaCallOpBody() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2334 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local
4647 auto *ThisArg = Record.readExpr(); in UpdateDecl() local
H A DASTWriter.cpp6305 Expr *ThisArg) { in ResolvedOperatorDelete()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp683 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
H A DDeclCXX.cpp2855 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7086 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks()
7220 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs()
H A DSemaChecking.cpp7454 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall()
H A DSemaDeclCXX.cpp10949 Expr *ThisArg = nullptr; in CheckDestructor() local