Searched refs:CXXTypeInfoDecl (Results 1 – 3 of 3) sorted by relevance
472 if (!CXXTypeInfoDecl) { in ActOnCXXTypeid()476 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()479 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) { in ActOnCXXTypeid()481 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()483 if (!CXXTypeInfoDecl) in ActOnCXXTypeid()491 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid()
94 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr),
726 RecordDecl *CXXTypeInfoDecl; variable