Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:SCOPED_LOCKABLE

7 #define SCOPED_LOCKABLE     __attribute__ ((scoped_lockable))
43 class __attribute__((scoped_lockable)) MutexLock {
49 class __attribute__((scoped_lockable)) ReaderMutexLock {
55 class SCOPED_LOCKABLE ReleasableMutexLock {
2576 class SCOPED_LOCKABLE WTF_ScopedLockable {