Home
last modified time | relevance | path

Searched refs:friend_end (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclFriend.h241 inline CXXRecordDecl::friend_iterator CXXRecordDecl::friend_end() const { in friend_end() function
246 return friend_range(friend_begin(), friend_end()); in friends()
H A DDeclCXX.h681 friend_iterator friend_end() const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1613 Friend2End = D2CXX->friend_end(); in IsStructurallyEquivalent()
1615 Friend1End = D1CXX->friend_end(); in IsStructurallyEquivalent()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp984 E = RD->friend_end(); in IsRecordFullyDefined()