Searched refs:CXXTypeInfoDecl (Results 1 – 3 of 3) sorted by relevance
653 if (!CXXTypeInfoDecl) { in ActOnCXXTypeid()657 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()660 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) { in ActOnCXXTypeid()662 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()664 if (!CXXTypeInfoDecl) in ActOnCXXTypeid()672 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid()
205 StdCoroutineTraitsCache(nullptr), CXXTypeInfoDecl(nullptr), in Sema()
1154 RecordDecl *CXXTypeInfoDecl; variable