Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp25-0x.cpp24 struct UserProvided { struct
25 UserProvided &operator=(const UserProvided &);
27 using _ = not_trivially_assignable<UserProvided>;
Dp12-0x.cpp21 struct UserProvided { struct
22 UserProvided(const UserProvided &);
24 using _ = not_trivially_copyable<UserProvided>;
/external/clang/lib/AST/
DDeclCXX.cpp497 bool UserProvided = Constructor->isUserProvided(); in addedMember() local
502 if (UserProvided) in addedMember()
531 ? UserProvided : !Constructor->isImplicit()) in addedMember()