Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6739 StringRef UuidAsWritten, MSGuidDecl *GuidDecl) { in mergeUuidAttr() argument
6741 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
6750 return ::new (Context) UuidAttr(Context, CI, UuidAsWritten, GuidDecl); in mergeUuidAttr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2898 DeclArgument<MSGuid, "GuidDecl", 0, /*fake=*/1>];
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3546 StringRef UuidAsWritten, MSGuidDecl *GuidDecl);