/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 87 Expr *ThisArg) {} in ResolvedOperatorDelete()
|
/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 178 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1572 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 D | ASTReaderDecl.cpp | 2335 auto *ThisArg = Record.readExpr(); VisitCXXDestructorDecl() local 4702 auto *ThisArg = Record.readExpr(); UpdateDecl() local
|
H A D | ASTWriter.cpp | 6886 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2869 setOperatorDelete(FunctionDecl * OD,Expr * ThisArg) setOperatorDelete() argument
|
H A D | ExprCXX.cpp | 730 Expr* ThisArg = getImplicitObjectArgument(); getRecordDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7138 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 D | SemaChecking.cpp | 3148 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 D | SemaDeclCXX.cpp | 10821 Expr *ThisArg = nullptr; CheckDestructor() local
|