Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp236 TypeDecl *NonMatchingTypeDecl = nullptr; in getDestructorName() local
270 NonMatchingTypeDecl = Type; in getDestructorName()
357 if (NonMatchingTypeDecl) { in getDestructorName()
358 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl); in getDestructorName()
361 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here) in getDestructorName()