Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete()
/external/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp164 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp1574 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local
2209 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1997 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local
4610 auto *ThisArg = Record.readExpr(); in UpdateDecl() local
DASTWriter.cpp6022 Expr *ThisArg) { in ResolvedOperatorDelete()
/external/clang/lib/AST/
DExprCXX.cpp482 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2752 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()
DExprCXX.cpp677 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
/external/clang/lib/CodeGen/
DCGClass.cpp2176 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType(getContext()), in EmitInheritedCXXConstructorCall() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp6583 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks()
6717 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs()
DSemaChecking.cpp4452 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall()
DSemaDeclCXX.cpp10285 Expr *ThisArg = nullptr; in CheckDestructor() local