Home
last modified time | relevance | path

Searched defs:accessor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h244 _LIBCPP_HIDE_FROM_ABI constexpr const accessor_type& accessor() const noexcept { return __acc_; }; in accessor() function
/freebsd/sys/dev/ida/
H A Didavar.h192 struct ida_access *accessor; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp299 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty()
1158 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6301 IdentifierInfo &accessor, SourceLocation loc) in ExtVectorElementExpr()