Home
last modified time | relevance | path

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

/external/clang/test/Parser/
DMicrosoftExtensions.cpp142 class CtorCall { class
144 CtorCall& operator=(const CtorCall& that);
149 CtorCall& CtorCall::operator=(const CtorCall& that) in operator =()
152 this->CtorCall::~CtorCall(); in operator =()
153 …this->CtorCall::CtorCall(that); // expected-warning {{explicit constructor calls are a Microsoft e… in operator =()