Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp572 if (Class->needsImplicitCopyConstructor()) in ForceDeclarationOfImplicitMembers()
627 if (Record->needsImplicitCopyConstructor()) in DeclareImplicitMemberFunctionsWithName()
2418 if (RD->needsImplicitCopyConstructor()) in LookupSpecialMember()
2583 if (Class->needsImplicitCopyConstructor()) in LookupConstructors()
DSemaDeclCXX.cpp10287 assert(ClassDecl->needsImplicitCopyConstructor()); in DeclareImplicitCopyConstructor()
/external/clang/include/clang/AST/
DDeclCXX.h848 bool needsImplicitCopyConstructor() const { in needsImplicitCopyConstructor() function
868 (needsImplicitCopyConstructor() && in hasCopyConstructorWithConstParam()