Home
last modified time | relevance | path

Searched defs:pimpl (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dimplicit-copy-constructor.cpp69 typedef X0<impl> pimpl; in test_X2() typedef
/external/clang/test/CodeGenCXX/
Dimplicit-copy-constructor.cpp67 typedef X0<impl> pimpl; in test_X2() typedef
/external/libbrillo/brillo/streams/
Dtls_stream.cc469 TlsStreamImpl* pimpl = stream->impl_.get(); in Connect() local