Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp183 TypeDecl *NonMatchingTypeDecl = nullptr; in getDestructorName() local
214 NonMatchingTypeDecl = Type; in getDestructorName()
301 if (NonMatchingTypeDecl) { in getDestructorName()
302 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl); in getDestructorName()
305 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here) in getDestructorName()