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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp420 if (!CXXTypeInfoDecl) {
424 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
427 if (!CXXTypeInfoDecl && LangOpts.MicrosoftMode) {
429 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
431 if (!CXXTypeInfoDecl)
439 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
H A DSema.cpp82 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h555 RecordDecl *CXXTypeInfoDecl; member in class:clang::Sema

Completed in 99 milliseconds