Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h1045 void handleIBOutlet(Decl *D, const ParsedAttr &AL);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp1548 void SemaObjC::handleIBOutlet(Decl *D, const ParsedAttr &AL) { in handleIBOutlet() function in clang::SemaObjC
HDSemaDeclAttr.cpp6424 S.ObjC().handleIBOutlet(D, AL); in ProcessDeclAttribute()