Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1022 mutable TagDecl *MSGuidTagDecl = nullptr; variable
1943 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1463 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
1464 TUDecl->addDecl(MSGuidTagDecl); in InitBuiltinTypes()
11053 assert(MSGuidTagDecl && "building MS GUID without MS extensions?"); in getMSGuidDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4447 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()