Home
last modified time | relevance | path

Searched refs:MSGuidTagDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1186 mutable TagDecl *MSGuidTagDecl = nullptr; variable
2181 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1453 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
1454 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()
12752 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5036 RegisterPredefDecl(Context.MSGuidTagDecl, in PrepareWritingSpecialDecls()