Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h863 bool needsImplicitCopyConstructor() const { in needsImplicitCopyConstructor() function
883 (needsImplicitCopyConstructor() && in hasCopyConstructorWithConstParam()
/external/clang/lib/Sema/
DSemaLookup.cpp735 if (Class->needsImplicitCopyConstructor()) in ForceDeclarationOfImplicitMembers()
790 if (Record->needsImplicitCopyConstructor()) in DeclareImplicitMemberFunctionsWithName()
2881 if (RD->needsImplicitCopyConstructor()) in LookupSpecialMember()
3048 if (Class->needsImplicitCopyConstructor()) in LookupConstructors()
DSemaDeclCXX.cpp6612 if (ClassDecl->needsImplicitCopyConstructor()) { in AddImplicitlyDeclaredMembersToClass()
10979 assert(ClassDecl->needsImplicitCopyConstructor()); in DeclareImplicitCopyConstructor()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp948 if (Class->needsImplicitCopyConstructor()) in ForceDeclarationOfImplicitMembers()
1004 if (Record->needsImplicitCopyConstructor()) in DeclareImplicitMemberFunctionsWithName()
3090 if (RD->needsImplicitCopyConstructor()) { in LookupSpecialMember()
3271 if (Class->needsImplicitCopyConstructor()) in LookupConstructors()
DSemaDeclCXX.cpp6441 if (D->needsImplicitCopyConstructor()) { in canPassInRegisters()
6497 if (D->needsImplicitCopyConstructor() && in canPassInRegisters()
9783 if (RD.needsImplicitCopyConstructor() && in checkIllFormedTrivialABIStruct()
9917 if (ClassDecl->needsImplicitCopyConstructor()) { in AddImplicitlyDeclaredMembersToClass()
14580 assert(ClassDecl->needsImplicitCopyConstructor()); in DeclareImplicitCopyConstructor()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h774 bool needsImplicitCopyConstructor() const { in needsImplicitCopyConstructor() function
805 (needsImplicitCopyConstructor() && in hasCopyConstructorWithConstParam()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp368 FIELD2("needsImplicit", needsImplicitCopyConstructor); in createCopyConstructorDefinitionData()
DTextNodeDumper.cpp1911 FLAG(needsImplicitCopyConstructor, needs_implicit); in VisitCXXRecordDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8087 if (cxx_record_decl->needsImplicitCopyConstructor()) in CompleteTagDeclarationDefinition()