Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance
1168 mutable TagDecl *MSGuidTagDecl = nullptr; variable2116 TagDecl *getMSGuidTagDecl() const { return MSGuidTagDecl; } in getMSGuidTagDecl()2120 assert(MSGuidTagDecl && "asked for GUID type but MS extensions disabled"); in getMSGuidType()2121 return getTagDeclType(MSGuidTagDecl); in getMSGuidType()
1494 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()1495 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()11973 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
4566 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()