Home
last modified time | relevance | path

Searched refs:hasFriends (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h794 bool hasFriends() const { in hasFriends() function
/external/clang/lib/Sema/
DSemaStmt.cpp2942 if (T->getAccess() != AS_private || R->hasFriends()) in VisitRecordType()