Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3784 let Args = [StringArgument<"HandleType">];
3791 let Args = [StringArgument<"HandleType">];
3798 let Args = [StringArgument<"HandleType">];
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8281 StringRef HandleType; in processTypeAttrs() local
8282 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
8285 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()