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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp449 if (!CXXTypeInfoDecl) {
453 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
456 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) {
458 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
460 if (!CXXTypeInfoDecl)
468 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
H A DSema.cpp94 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr),
/external/clang/include/clang/Sema/
H A DSema.h640 RecordDecl *CXXTypeInfoDecl; member in class:clang::Sema

Completed in 1459 milliseconds