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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp374 if (!CXXTypeInfoDecl) {
378 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
381 if (!CXXTypeInfoDecl && LangOpts.MicrosoftMode) {
383 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
385 if (!CXXTypeInfoDecl)
393 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
H A DSema.cpp94 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
/external/clang/include/clang/Sema/
H A DSema.h500 RecordDecl *CXXTypeInfoDecl; member in class:clang::Sema

Completed in 206 milliseconds