Home
last modified time | relevance | path

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

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