Home
last modified time | relevance | path

Searched refs:DtorLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3978 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
4015 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
4016 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6940 SourceLocation DtorLoc);