Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp521 static void checkAttrArgsAreCapabilityObjs(Sema &S, Decl *D, in checkAttrArgsAreCapabilityObjs() function
614 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in checkGuardedByAttrCommon()
662 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in checkAcquireOrderAttrCommon()
700 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 0, /*ParamIdxOk=*/true); in checkLockFunAttrCommon()
746 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 1); in checkTryLockFunAttrCommon()
779 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleLockReturnedAttr()
796 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleLocksExcludedAttr()
5154 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args, 0, true); in handleReleaseCapabilityAttr()
5168 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args); in handleRequiresCapabilityAttr()