Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete() argument
H A DDeclCXX.h2746 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp680 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 DDeclCXX.cpp2801 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 DCGClass.cpp1570 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 DASTWriter.h770 Expr *ThisArg) override;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2205 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 DASTWriter.cpp6167 Expr *ThisArg) { in ResolvedOperatorDelete() argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp6763 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 DSemaDeclCXX.cpp10652 Expr *ThisArg = nullptr; in CheckDestructor() local
10674 ThisArg = This.get(); in CheckDestructor()
10680 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()
H A DSemaChecking.cpp5903 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 DSema.h4095 const Expr *ThisArg,
13439 const Expr *ThisArg, ArrayRef<const Expr *> Args,