Home
last modified time | relevance | path

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

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