Home
last modified time | relevance | path

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

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