Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6858 StringRef UuidAsWritten, MSGuidDecl *GuidDecl) { in mergeUuidAttr() argument
6860 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
6869 return ::new (Context) UuidAttr(Context, CI, UuidAsWritten, GuidDecl); in mergeUuidAttr()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td2910 DeclArgument<MSGuid, "GuidDecl", 0, /*fake=*/1>];
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3645 StringRef UuidAsWritten, MSGuidDecl *GuidDecl);