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 101 IdResolver(pp.getLangOptions()), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
    [all...]
SemaExprCXX.cpp 442 // If MSVCGuidDecl has not been cached, do the lookup.
443 if (!MSVCGuidDecl) {
447 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
448 if (!MSVCGuidDecl)
452 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 485 RecordDecl *MSVCGuidDecl;
    [all...]

Completed in 93 milliseconds