Home
last modified time | relevance | path

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

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