Searched refs:HandleType (Results 1 – 3 of 3) sorted by relevance
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()
4438 let Args = [StringArgument<"HandleType">];4445 let Args = [StringArgument<"HandleType">];4452 let Args = [StringArgument<"HandleType">];
8770 StringRef HandleType; in processTypeAttrs() local8771 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()8774 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()