Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp77 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp261 if (const auto *HandleType = S->getType()->getAs<TypedefType>()) in VisitSymbol() local
262 if (HandleType->getDecl()->getName() == HandleTypeName) in VisitSymbol()
291 if (const auto *HandleType = QT->getAs<TypedefType>()) { in getFuchsiaHandleSymbols() local
292 if (HandleType->getDecl()->getName() != HandleTypeName) in getFuchsiaHandleSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3749 let Args = [StringArgument<"HandleType">];
3756 let Args = [StringArgument<"HandleType">];
3763 let Args = [StringArgument<"HandleType">];
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8246 StringRef HandleType; in processTypeAttrs() local
8247 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
8250 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()