Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3137 MSGuidDecl *getMSGuidDecl(MSGuidDeclParts Parts) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp774 Guid = Context.getMSGuidDecl(MSGuidDecl::Parts{}); in BuildCXXUuidof()
H A DSemaDeclAttr.cpp7131 MSGuidDecl *Guid = S.Context.getMSGuidDecl(Parsed); in handleUuidAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12259 ASTContext::getMSGuidDecl(MSGuidDecl::Parts Parts) const { in getMSGuidDecl() function in ASTContext