Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp577 if (Class->needsImplicitCopyConstructor()) in ForceDeclarationOfImplicitMembers()
632 if (Record->needsImplicitCopyConstructor()) in DeclareImplicitMemberFunctionsWithName()
2471 if (RD->needsImplicitCopyConstructor()) in LookupSpecialMember()
2642 if (Class->needsImplicitCopyConstructor()) in LookupConstructors()
DSemaDeclCXX.cpp10810 assert(ClassDecl->needsImplicitCopyConstructor()); in DeclareImplicitCopyConstructor()
/external/clang/include/clang/AST/
DDeclCXX.h858 bool needsImplicitCopyConstructor() const { in needsImplicitCopyConstructor() function
878 (needsImplicitCopyConstructor() && in hasCopyConstructorWithConstParam()