HomeSort by relevance Sort by last modified time
    Searched defs:Protected (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/class.access/
p6.cpp 18 struct Public {}; struct Protected {}; struct Private {};
37 protected:
38 operator Protected (); // expected-note {{declared protected here}}
39 A(Protected); // expected-note {{declared protected here}}
48 Protected prot = a; // expected-error {{'operator Protected' is a protected member}}
51 A aprot = prot; // expected-error {{protected constructor}
    [all...]
p4.cpp 11 class Protected {} ProtectedInst;
18 protected:
19 void foo(Protected&); // expected-note 2 {{declared protected here}}
26 op->foo(ProtectedInst); // expected-error {{'foo' is a protected member}}
30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}}
44 protected:
45 void operator+(Protected&); // expected-note {{declared protected here}
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 89 Protected = 3
  /external/clang/include/clang/AST/
DeclObjC.h 38 protected:
48 protected:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 62 | Protected
    [all...]

Completed in 122 milliseconds