Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h1051 void handleMethodFamilyAttr(Decl *D, const ParsedAttr &AL);
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp1634 void SemaObjC::handleMethodFamilyAttr(Decl *D, const ParsedAttr &AL) { in handleMethodFamilyAttr() function in clang::SemaObjC
HDSemaDeclAttr.cpp6750 S.ObjC().handleMethodFamilyAttr(D, AL); in ProcessDeclAttribute()