Home | History | Annotate | Download | only in Sema

Lines Matching refs:MSVCGuidDecl

450   // If MSVCGuidDecl has not been cached, do the lookup.
451 if (!MSVCGuidDecl) {
455 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
456 if (!MSVCGuidDecl)
460 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);