Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp498 static void checkAttrArgsAreCapabilityObjs(Sema &S, Decl *D, in checkAttrArgsAreCapabilityObjs() function
591 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in checkGuardedByAttrCommon()
639 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in checkAcquireOrderAttrCommon()
677 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 0, /*ParamIdxOk=*/true); in checkLockFunAttrCommon()
723 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 1); in checkTryLockFunAttrCommon()
756 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleLockReturnedAttr()
773 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleLocksExcludedAttr()
4795 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 0, true); in handleReleaseCapabilityAttr()
4809 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleRequiresCapabilityAttr()