Home
last modified time | relevance | path

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

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