Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp244 static bool checkRecordDeclForAttr(const RecordDecl *RD) { in checkRecordDeclForAttr() function
274 return checkRecordDeclForAttr<CapabilityAttr>(RT->getDecl()); in checkRecordTypeForCapability()
287 return checkRecordDeclForAttr<ScopedLockableAttr>(RT->getDecl()); in checkRecordTypeForScopedCapability()
355 if (!checkRecordDeclForAttr<CapabilityAttr>(RD) && in checkAttrArgsAreCapabilityObjs()
356 !checkRecordDeclForAttr<ScopedLockableAttr>(RD)) in checkAttrArgsAreCapabilityObjs()