Home
last modified time | relevance | path

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

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