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 375 if (!CXXTypeInfoDecl) {
379 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
382 if (!CXXTypeInfoDecl && LangOpts.MicrosoftMode) {
384 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
386 if (!CXXTypeInfoDecl)
394 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
    [all...]
Sema.cpp 82 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 539 RecordDecl *CXXTypeInfoDecl;
    [all...]

Completed in 183 milliseconds