Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h245 _LIBCPP_HIDE_FROM_ABI constexpr const accessor_type& accessor() const noexcept { return __acc_; }; accessor() function
/freebsd-src/sys/dev/ida/
H A Didavar.h192 struct ida_access *accessor; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp301 std::string TypeStr = Context.getObjCEncodingForMethodDecl(accessor); in PushProperty() argument
1159 if (accessor) { in PushProperty() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6090 ExtVectorElementExpr(QualType ty,ExprValueKind VK,Expr * base,IdentifierInfo & accessor,SourceLocation loc) ExtVectorElementExpr() argument