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

  /external/clang/lib/Sema/
Sema.cpp 92 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
    [all...]
SemaExprCXX.cpp 458 // If MSVCGuidDecl has not been cached, do the lookup.
459 if (!MSVCGuidDecl) {
463 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
464 if (!MSVCGuidDecl)
468 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 518 RecordDecl *MSVCGuidDecl;
    [all...]

Completed in 515 milliseconds