Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1048 void handleSuppresProtocolAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1601 void SemaObjC::handleSuppresProtocolAttr(Decl *D, const ParsedAttr &AL) { in handleSuppresProtocolAttr() function in clang::SemaObjC
H A DSemaDeclAttr.cpp6726 S.ObjC().handleSuppresProtocolAttr(D, AL); in ProcessDeclAttribute()