Home
last modified time | relevance | path

Searched refs:CXXTypeInfoDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp653 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()
H A DSema.cpp205 StdCoroutineTraitsCache(nullptr), CXXTypeInfoDecl(nullptr), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1154 RecordDecl *CXXTypeInfoDecl; variable