Home
last modified time | relevance | path

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

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