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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp181 TypeDecl *NonMatchingTypeDecl = nullptr; local
211 NonMatchingTypeDecl = Type;
298 if (NonMatchingTypeDecl) {
299 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl);
302 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here)

Completed in 89 milliseconds