Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4438 let Args = [StringArgument<"HandleType">];
4445 let Args = [StringArgument<"HandleType">];
4452 let Args = [StringArgument<"HandleType">];
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8770 StringRef HandleType; in processTypeAttrs() local
8771 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
8774 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr), in processTypeAttrs()