Searched refs:HandleType (Results 1 – 3 of 3) sorted by relevance
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()
3784 let Args = [StringArgument<"HandleType">];3791 let Args = [StringArgument<"HandleType">];3798 let Args = [StringArgument<"HandleType">];
8281 StringRef HandleType; in processTypeAttrs() local8282 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()8285 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()