Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3865 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
3902 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
3903 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6636 SourceLocation DtorLoc);