Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4224 let Args = [StringArgument<"HandleType">];
4231 let Args = [StringArgument<"HandleType">];
4238 let Args = [StringArgument<"HandleType">];
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9076 StringRef HandleType; in processTypeAttrs() local
9077 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
9080 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()