Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXTypeInfoDecl

375   if (!CXXTypeInfoDecl) {
379 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
382 if (!CXXTypeInfoDecl && LangOpts.MicrosoftMode) {
384 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
386 if (!CXXTypeInfoDecl)
394 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);