Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1168 mutable TagDecl *MSGuidTagDecl = nullptr; variable
2116 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()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1494 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
1495 getTranslationUnitDecl()->addDecl(MSGuidTagDecl); in InitBuiltinTypes()
11973 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4566 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()