OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClsA
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/class.derived/class.member.lookup/
p9.cpp
4
class
ClsA
{
10
class ClsB : virtual private
ClsA
{
12
using
ClsA
::f;
13
using
ClsA
::g; // expected-note{{member found by ambiguous name lookup}}
16
class ClsF : virtual private
ClsA
{
18
using
ClsA
::f;
19
using
ClsA
::g; // expected-note{{member found by ambiguous name lookup}}
/external/clang/test/Index/
usrs.cpp
10
class
ClsA
{
13
ClsA
(int A, int B) : a(A), b(B) {}
17
class ClsB : public
ClsA
{
19
ClsB() :
ClsA
(1, 2) {}
91
// CHECK: usrs.cpp c:@C@
ClsA
Extent=[10:1 - 14:2]
93
// CHECK: usrs.cpp c:@C@
ClsA
@FI@a Extent=[12:3 - 12:8]
94
// CHECK: usrs.cpp c:@C@
ClsA
@FI@b Extent=[12:3 - 12:11]
95
// CHECK: usrs.cpp c:@C@
ClsA
@F@
ClsA
#I#I# Extent=[13:3 - 13:37]
96
// CHECK: usrs.cpp c:usrs.cpp@147@C@
ClsA
@F@ClsA#I#I#@A Extent=[13:8 - 13:13
[
all
...]
Completed in 31 milliseconds