Searched refs:HandleType (Results 1 – 4 of 4) sorted by relevance
77 template <typename HandleType>79 typedef typename HandleType::handle_type handle_type;85 : Handle(HandleType::GetInvalidHandle()) {} in ScopedHandle()91 HandleType::Destruct(Handle); in ~ScopedHandle()96 if (!HandleType::isValid(Handle)) in operator =()97 HandleType::Destruct(Handle); in operator =()103 return HandleType::isValid(Handle); in operator bool()
261 if (const auto *HandleType = S->getType()->getAs<TypedefType>()) in VisitSymbol() local262 if (HandleType->getDecl()->getName() == HandleTypeName) in VisitSymbol()291 if (const auto *HandleType = QT->getAs<TypedefType>()) { in getFuchsiaHandleSymbols() local292 if (HandleType->getDecl()->getName() != HandleTypeName) in getFuchsiaHandleSymbols()
3749 let Args = [StringArgument<"HandleType">];3756 let Args = [StringArgument<"HandleType">];3763 let Args = [StringArgument<"HandleType">];
8246 StringRef HandleType; in processTypeAttrs() local8247 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()8250 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()