Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp989 if (Class->needsImplicitCopyConstructor()) in ForceDeclarationOfImplicitMembers()
1045 if (Record->needsImplicitCopyConstructor()) in DeclareImplicitMemberFunctionsWithName()
3132 if (RD->needsImplicitCopyConstructor()) { in LookupSpecialMember()
3313 if (Class->needsImplicitCopyConstructor()) in LookupConstructors()
DSemaDeclCXX.cpp6516 if (D->needsImplicitCopyConstructor()) { in canPassInRegisters()
6572 if (D->needsImplicitCopyConstructor() && in canPassInRegisters()
9869 if (RD.needsImplicitCopyConstructor() && in checkIllFormedTrivialABIStruct()
10003 if (ClassDecl->needsImplicitCopyConstructor()) { in AddImplicitlyDeclaredMembersToClass()
14836 assert(ClassDecl->needsImplicitCopyConstructor()); in DeclareImplicitCopyConstructor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h780 bool needsImplicitCopyConstructor() const { in needsImplicitCopyConstructor() function
811 (needsImplicitCopyConstructor() && in hasCopyConstructorWithConstParam()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp399 FIELD2("needsImplicit", needsImplicitCopyConstructor); in createCopyConstructorDefinitionData()
DTextNodeDumper.cpp1965 FLAG(needsImplicitCopyConstructor, needs_implicit); in VisitCXXRecordDecl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8216 if (cxx_record_decl->needsImplicitCopyConstructor()) in CompleteTagDeclarationDefinition()