Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp4.cpp211 friend void test_friend(B);
213 void test_friend(B b) { in test_friend() function
227 friend void test_friend(struct D);
235 void test_friend(D d) { in test_friend() function