Searched refs:CXXTypeInfoDecl (Results 1 – 3 of 3) sorted by relevance
662 if (!CXXTypeInfoDecl) { in ActOnCXXTypeid()666 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()669 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) { in ActOnCXXTypeid()671 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()673 if (!CXXTypeInfoDecl) in ActOnCXXTypeid()681 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid()
208 CXXTypeInfoDecl(nullptr), StdSourceLocationImplDecl(nullptr), in Sema()
1185 RecordDecl *CXXTypeInfoDecl; variable