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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp630 if (!CXXTypeInfoDecl) {
634 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
637 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) {
639 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
641 if (!CXXTypeInfoDecl)
649 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
H A DSema.cpp167 StdCoroutineTraitsCache(nullptr), CXXTypeInfoDecl(nullptr),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1022 RecordDecl *CXXTypeInfoDecl; member in class:clang::final

Completed in 185 milliseconds