Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3106 MSGuidDecl *getMSGuidDecl(MSGuidDeclParts Parts) const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp768 Guid = Context.getMSGuidDecl(MSGuidDecl::Parts{}); in BuildCXXUuidof()
H A DSemaDeclAttr.cpp6916 MSGuidDecl *Guid = S.Context.getMSGuidDecl(Parsed); in handleUuidAttr()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12117 ASTContext::getMSGuidDecl(MSGuidDecl::Parts Parts) const { in getMSGuidDecl() function in ASTContext