Searched refs:CXXTypeInfoDecl (Results 1 – 3 of 3) sorted by relevance
659 if (!CXXTypeInfoDecl) { in ActOnCXXTypeid()663 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()666 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) { in ActOnCXXTypeid()668 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXTypeid()670 if (!CXXTypeInfoDecl) in ActOnCXXTypeid()678 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid()
262 StdSourceLocationImplDecl(nullptr), CXXTypeInfoDecl(nullptr), in Sema()
7978 RecordDecl *CXXTypeInfoDecl; variable