Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h1060 void handleBridgeMutableAttr(Decl *D, const ParsedAttr &AL);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp2052 void SemaObjC::handleBridgeMutableAttr(Decl *D, const ParsedAttr &AL) { in handleBridgeMutableAttr() function in clang::SemaObjC
HDSemaDeclAttr.cpp6619 S.ObjC().handleBridgeMutableAttr(D, AL); in ProcessDeclAttribute()