/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 85 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 170 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1564 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 D | ASTReaderDecl.cpp | 2334 auto *ThisArg = Record.readExpr(); VisitCXXDestructorDecl() local 4647 auto *ThisArg = Record.readExpr(); UpdateDecl() local
|
H A D | ASTWriter.cpp | 6305 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 683 Expr* ThisArg = getImplicitObjectArgument(); getRecordDecl() local
|
H A D | DeclCXX.cpp | 2855 setOperatorDelete(FunctionDecl * OD,Expr * ThisArg) setOperatorDelete() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7086 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 D | SemaDeclCXX.cpp | 10949 Expr *ThisArg = nullptr; CheckDestructor() local
|
H A D | SemaChecking.cpp | 7454 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument
|