Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp662 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()
H A DSema.cpp208 CXXTypeInfoDecl(nullptr), StdSourceLocationImplDecl(nullptr), in Sema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1185 RecordDecl *CXXTypeInfoDecl; variable