Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp503 static bool checkRecordDeclForAttr(const RecordDecl *RD) { in checkRecordDeclForAttr() function
533 return checkRecordDeclForAttr<CapabilityAttr>(RT->getDecl()); in checkRecordTypeForCapability()
601 if (!checkRecordDeclForAttr<CapabilityAttr>(RD) && in checkAttrArgsAreCapabilityObjs()
602 !checkRecordDeclForAttr<ScopedLockableAttr>(RD)) in checkAttrArgsAreCapabilityObjs()