Home
last modified time | relevance | path

Searched refs:HandleType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4438 let Args = [StringArgument<"HandleType">];
4445 let Args = [StringArgument<"HandleType">];
4452 let Args = [StringArgument<"HandleType">];
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8770 StringRef HandleType; in processTypeAttrs() local
8771 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
8774 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()