Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp259 if (const auto *HandleType = S->getType()->getAs<TypedefType>()) in VisitSymbol() local
260 if (HandleType->getDecl()->getName() == HandleTypeName) in VisitSymbol()
288 if (const auto *HandleType = QT->getAs<TypedefType>()) { in getFuchsiaHandleSymbols() local
289 if (HandleType->getDecl()->getName() != HandleTypeName) in getFuchsiaHandleSymbols()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3950 let Args = [StringArgument<"HandleType">];
3957 let Args = [StringArgument<"HandleType">];
3964 let Args = [StringArgument<"HandleType">];
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8586 StringRef HandleType; in processTypeAttrs() local
8587 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
8590 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()