Home
last modified time | relevance | path

Searched refs:DeleteLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3560 DiagnoseMismatchedNewDelete(Sema &SemaRef, SourceLocation DeleteLoc, in DiagnoseMismatchedNewDelete() argument
3562 SourceLocation EndOfDelete = SemaRef.getLocForEndOfToken(DeleteLoc); in DiagnoseMismatchedNewDelete()
3568 DeleteLoc, tok::l_square, SemaRef.getSourceManager(), in DiagnoseMismatchedNewDelete()
3573 SemaRef.Diag(DeleteLoc, diag::warn_mismatched_delete_new) in DiagnoseMismatchedNewDelete()
3601 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() argument
3611 DiagnoseMismatchedNewDelete(*this, DeleteLoc, Detector); in AnalyzeDeleteExprMismatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4884 for (const auto &DeleteLoc : DeleteExprsInfo.second) { in WriteASTCore() local
4885 AddSourceLocation(DeleteLoc.first, DeleteExprsToAnalyze); in WriteASTCore()
4886 DeleteExprsToAnalyze.push_back(DeleteLoc.second); in WriteASTCore()
H A DASTReader.cpp8611 SourceLocation DeleteLoc = in ReadMismatchingDeleteExpressions() local
8614 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14104 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,