OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:private_type
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/class.access/class.friend/
p1.cpp
321
typedef int
private_type
; // expected-note 2 {{implicitly declared private here}}
typedef in class:test11::B
326
void A::test0(B::
private_type
x) {}
327
void A::test1(int x = B::
private_type
()) {}
328
void A::test2(B::
private_type
x) {} // expected-error {{'
private_type
' is a private member of 'test11::B'}}
329
void A::test3(int x = B::
private_type
()) {} // expected-error {{'
private_type
' is a private member of 'test11::B'}}
/external/clang/lib/Sema/
SemaAccess.cpp
[
all
...]
Completed in 163 milliseconds