Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstructor-initializer.cpp135 class TwoInOne { public: TwoInOne(TwoInOne a, TwoInOne b) {} }; in TwoInOne() function in TwoInOne
140 TwoInOne D;