Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h85 Expr *ThisArg) {} in ResolvedOperatorDelete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp164 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp1574 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local
2209 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1999 auto *ThisArg = Record.readExpr(); in VisitCXXDestructorDecl() local
4612 auto *ThisArg = Record.readExpr(); in UpdateDecl() local
H A DASTWriter.cpp5800 Expr *ThisArg) { in ResolvedOperatorDelete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()
H A DExprCXX.cpp677 Expr* ThisArg = getImplicitObjectArgument(); in getRecordDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6580 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks()
6714 const Expr *ThisArg, in diagnoseArgDependentDiagnoseIfAttrs()
H A DSemaChecking.cpp4593 const Expr *ThisArg, ArrayRef<const Expr *> Args, in checkCall()
H A DSemaDeclCXX.cpp10364 Expr *ThisArg = nullptr; in CheckDestructor() local