Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance
1147 mutable TagDecl *MSGuidTagDecl = nullptr; variable2114 TagDecl *getMSGuidTagDecl() const { return MSGuidTagDecl; } in getMSGuidTagDecl()2118 assert(MSGuidTagDecl && "asked for GUID type but MS extensions disabled"); in getMSGuidType()2119 return getTagDeclType(MSGuidTagDecl); in getMSGuidType()
1414 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()1415 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()12260 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
4773 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()