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

/external/clang/test/Analysis/
H A Dinitializer.cpp46 struct DelegatingConstructor { struct
48 DelegatingConstructor(int y) { x = y; } function in struct:DelegatingConstructor
49 DelegatingConstructor() : DelegatingConstructor(42) {} function in struct:DelegatingConstructor
53 DelegatingConstructor obj;

Completed in 93 milliseconds