Home
last modified time | relevance | path

Searched defs:friends (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c58 tree friends = FRIEND_DECLS (list); local
154 tree friends = FRIEND_DECLS (list); local
H A Ddecl2.c4241 tree list, friends, context; local
H A Dpt.c6082 tree *friends; local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dfriend.c60 tree friends = FRIEND_DECLS (list); in is_friend() local
151 tree friends = FRIEND_DECLS (list); in add_friend() local
H A Dname-lookup.c4434 tree list, friends, context; in arg_assoc_class() local
H A Dpt.c6553 tree *friends; in tsubst_decl() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclFriend.h245 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function