Home
last modified time | relevance | path

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

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