Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance
1186 mutable TagDecl *MSGuidTagDecl = nullptr; variable2181 TagDecl *getMSGuidTagDecl() const { return MSGuidTagDecl; } in getMSGuidTagDecl()2185 assert(MSGuidTagDecl && "asked for GUID type but MS extensions disabled"); in getMSGuidType()2186 return getTagDeclType(MSGuidTagDecl); in getMSGuidType()
1453 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()1454 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()12752 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
5036 RegisterPredefDecl(Context.MSGuidTagDecl, in PrepareWritingSpecialDecls()