Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h87 Expr *ThisArg) {} in ResolvedOperatorDelete()
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp178 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1572 if (Expr *ThisArg = DD->getOperatorDeleteThisArg()) in LoadThisForDtorDelete() local
2274 CallArg ThisArg(RValue::get(getAsNaturalPointerTo( EmitInheritedCXXConstructorCall() local
3100 llvm::Value *ThisArg = CurFn->getArg(0); EmitLambdaInAllocaCallOpBody() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2335 auto *ThisArg = Record.readExpr(); VisitCXXDestructorDecl() local
4702 auto *ThisArg = Record.readExpr(); UpdateDecl() local
H A DASTWriter.cpp6886 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2869 setOperatorDelete(FunctionDecl * OD,Expr * ThisArg) setOperatorDelete() argument
H A DExprCXX.cpp730 Expr* ThisArg = getImplicitObjectArgument(); getRecordDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7138 convertArgsForAvailabilityChecks(Sema & S,FunctionDecl * Function,Expr * ThisArg,SourceLocation CallLoc,ArrayRef<Expr * > Args,Sema::SFINAETrap & Trap,bool MissingImplicitThis,Expr * & ConvertedThis,SmallVectorImpl<Expr * > & ConvertedArgs) convertArgsForAvailabilityChecks() argument
7272 diagnoseArgDependentDiagnoseIfAttrs(const FunctionDecl * Function,const Expr * ThisArg,ArrayRef<const Expr * > Args,SourceLocation Loc) diagnoseArgDependentDiagnoseIfAttrs() argument
H A DSemaChecking.cpp3148 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument
H A DSemaDeclCXX.cpp10821 Expr *ThisArg = nullptr; CheckDestructor() local