Home
last modified time | relevance | path

Searched refs:getMSGuidDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3091 MSGuidDecl *getMSGuidDecl(MSGuidDeclParts Parts) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp765 Guid = Context.getMSGuidDecl(MSGuidDecl::Parts{}); in BuildCXXUuidof()
H A DSemaDeclAttr.cpp6797 MSGuidDecl *Guid = S.Context.getMSGuidDecl(Parsed); in handleUuidAttr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11972 ASTContext::getMSGuidDecl(MSGuidDecl::Parts Parts) const { in getMSGuidDecl() function in ASTContext