Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1094 SourceLocation DtorLoc = Dtor->getLocation(); in followDestructor() local
1096 followTypeDtor(Field->getType(), DtorLoc); in followDestructor()
1100 followTypeDtor(Base.getType(), DtorLoc); in followDestructor()
H A DSemaExprCXX.cpp4322 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
4359 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
4360 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8553 SourceLocation DtorLoc);