Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp136 class TwoInOne { public: TwoInOne(TwoInOne a, TwoInOne b) {} }; in TwoInOne() class
141 TwoInOne D;