Searched refs:checkLockFunAttrCommon (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 754 static bool checkLockFunAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkLockFunAttrCommon() function 765 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertSharedLockAttr() 777 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertExclusiveLockAttr() 7189 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertCapabilityAttr() 7199 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAcquireCapabilityAttr()
|