Home
last modified time | relevance | path

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

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