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()
259 if (const auto *HandleType = S->getType()->getAs<TypedefType>()) in VisitSymbol() local260 if (HandleType->getDecl()->getName() == HandleTypeName) in VisitSymbol()288 if (const auto *HandleType = QT->getAs<TypedefType>()) { in getFuchsiaHandleSymbols() local289 if (HandleType->getDecl()->getName() != HandleTypeName) in getFuchsiaHandleSymbols()
3950 let Args = [StringArgument<"HandleType">];3957 let Args = [StringArgument<"HandleType">];3964 let Args = [StringArgument<"HandleType">];
8586 StringRef HandleType; in processTypeAttrs() local8587 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()8590 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()