Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h799 bool hasFriends() const { in hasFriends() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h671 bool hasFriends() const { in hasFriends() function
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1915 hasUserDeclaredDestructor() || !field_empty() || hasFriends() || in isInterfaceLike()
/external/clang/lib/Sema/
DSemaStmt.cpp3046 if (T->getAccess() != AS_private || R->hasFriends()) in VisitRecordType()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3502 if (T->getAccess() != AS_private || R->hasFriends()) in VisitRecordType()