HomeSort by relevance Sort by last modified time
    Searched refs:CXXTypeInfoDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaExprCXX.cpp 473 if (!CXXTypeInfoDecl) {
477 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
480 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) {
482 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
484 if (!CXXTypeInfoDecl)
492 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
    [all...]
Sema.cpp 93 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 633 RecordDecl *CXXTypeInfoDecl;
    [all...]

Completed in 168 milliseconds