Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance
1283 mutable TagDecl *MSGuidTagDecl = nullptr; variable2364 TagDecl *getMSGuidTagDecl() const { return MSGuidTagDecl; } in getMSGuidTagDecl()2368 assert(MSGuidTagDecl && "asked for GUID type but MS extensions disabled"); in getMSGuidType()2369 return getTagDeclType(MSGuidTagDecl); in getMSGuidType()
1516 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()1517 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()13410 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
5595 RegisterPredefDecl(Context.MSGuidTagDecl, in PrepareWritingSpecialDecls()