Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp492 static bool checkRecordDeclForAttr(const RecordDecl *RD) { in checkRecordDeclForAttr() function
522 return checkRecordDeclForAttr<CapabilityAttr>(RT->getDecl()); in checkRecordTypeForCapability()
590 if (!checkRecordDeclForAttr<CapabilityAttr>(RD) && in checkAttrArgsAreCapabilityObjs()
591 !checkRecordDeclForAttr<ScopedLockableAttr>(RD)) in checkAttrArgsAreCapabilityObjs()