Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3802 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
3839 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
3840 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6279 SourceLocation DtorLoc);