Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dinitializer.cpp61 struct DelegatingConstructor { struct
63 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument
64 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() argument