Home
last modified time | relevance | path

Searched defs:hiding (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp22 struct hiding {}; struct
23 int hiding; variable
64 struct hiding {}; // expected-note {{previous use is here}} struct
65 Opaque0 hiding; member
135 struct hiding {}; // expected-note {{previous use is here}} struct
136 int hiding; member
205 struct hiding {}; struct
209 struct hiding {}; struct
210 Opaque0 hiding; member
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp19 struct hiding {}; struct
20 int hiding; variable
38 struct hiding {}; // expected-note {{previous use is here}} struct
39 Opaque0 hiding; member
81 struct hiding {}; // expected-note {{previous use is here}} struct
82 int hiding; member
122 struct hiding {}; struct
126 struct hiding {}; struct
127 Opaque0 hiding; // expected-note {{target of using declaration}} member
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp11-1y.cpp18 void hiding() { in hiding() function
/llvm-project/clang/test/CodeGen/
H A Dflexible-array-init.c51 } hiding = {1, 2, {}, 3}; variable