Searched defs:accessor (Results 1 – 4 of 4) sorted by relevance
244 _LIBCPP_HIDE_FROM_ABI constexpr const accessor_type& accessor() const noexcept { return __acc_; }; in accessor() function
192 struct ida_access *accessor; member
299 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty()1158 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty()
6301 IdentifierInfo &accessor, SourceLocation loc) in ExtVectorElementExpr()