HomeSort by: relevance | last modified time | path
    Searched defs:friends (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 247 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { function in class:CXXRecordDecl
  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 1 /* Help friends in C++.
94 tree friends = FRIEND_DECLS (list); local
95 for (; friends ; friends = TREE_CHAIN (friends))
97 tree this_friend = TREE_VALUE (friends);
160 /* Add a new friend to the friends of the aggregate type TYPE.
187 tree friends = FRIEND_DECLS (list); local
188 for (; friends ; friends = TREE_CHAIN (friends)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 1 /* Help friends in C++.
94 tree friends = FRIEND_DECLS (list); local
95 for (; friends ; friends = TREE_CHAIN (friends))
97 tree this_friend = TREE_VALUE (friends);
158 /* Add a new friend to the friends of the aggregate type TYPE.
185 tree friends = FRIEND_DECLS (list); local
186 for (; friends ; friends = TREE_CHAIN (friends)
    [all...]

Completed in 23 milliseconds