Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance
1022 mutable TagDecl *MSGuidTagDecl = nullptr; variable1943 TagDecl *getMSGuidTagDecl() const { return MSGuidTagDecl; } in getMSGuidTagDecl()1947 assert(MSGuidTagDecl && "asked for GUID type but MS extensions disabled"); in getMSGuidType()1948 return getTagDeclType(MSGuidTagDecl); in getMSGuidType()
1463 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()1464 TUDecl->addDecl(MSGuidTagDecl); in InitBuiltinTypes()11053 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
4447 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()