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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp187 TypeDecl *NonMatchingTypeDecl = 0; local
216 NonMatchingTypeDecl = Type;
297 if (NonMatchingTypeDecl) {
298 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl);
301 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here)

Completed in 97 milliseconds