HomeSort by: relevance | last modified time | path
    Searched refs:friend_end (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 243 inline CXXRecordDecl::friend_iterator CXXRecordDecl::friend_end() const { function in class:CXXRecordDecl
248 return friend_range(friend_begin(), friend_end());
DeclCXX.h 667 friend_iterator friend_end() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 1500 Friend2End = D2CXX->friend_end();
1502 Friend1End = D1CXX->friend_end();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 902 E = RD->friend_end();

Completed in 23 milliseconds