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 420 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);
    [all...]
Sema.cpp 82 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 561 RecordDecl *CXXTypeInfoDecl;
    [all...]

Completed in 44 milliseconds