Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp540 static bool checkRecordDeclForAttr(const RecordDecl *RD) { in checkRecordDeclForAttr() function
577 return checkRecordDeclForAttr<CapabilityAttr>(RT->getDecl()); in checkRecordTypeForCapability()
645 if (!checkRecordDeclForAttr<CapabilityAttr>(RD) && in checkAttrArgsAreCapabilityObjs()
646 !checkRecordDeclForAttr<ScopedLockableAttr>(RD)) in checkAttrArgsAreCapabilityObjs()