Home
last modified time | relevance | path

Searched refs:needsImplicitDefaultConstructor (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h739 needsImplicitDefaultConstructor(); in hasDefaultConstructor()
746 bool needsImplicitDefaultConstructor() const { in needsImplicitDefaultConstructor() function
1193 (needsImplicitDefaultConstructor() && in hasNonTrivialDefaultConstructor()
1201 (needsImplicitDefaultConstructor() && in hasConstexprNonCopyMoveConstructor()
1216 (needsImplicitDefaultConstructor() && in hasConstexprDefaultConstructor()
1338 needsImplicitDefaultConstructor()); in allowConstDefaultInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp985 if (Class->needsImplicitDefaultConstructor()) in ForceDeclarationOfImplicitMembers()
1043 if (Record->needsImplicitDefaultConstructor()) in DeclareImplicitMemberFunctionsWithName()
3124 if (RD->needsImplicitDefaultConstructor()) { in LookupSpecialMember()
3311 if (Class->needsImplicitDefaultConstructor()) in LookupConstructors()
H A DSemaDeclCXX.cpp9325 if (RD->needsImplicitDefaultConstructor()) in findTrivialSpecialMember()
9989 if (ClassDecl->needsImplicitDefaultConstructor()) { in AddImplicitlyDeclaredMembersToClass()
13025 assert(ClassDecl->needsImplicitDefaultConstructor() && in DeclareImplicitDefaultConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp352 FIELD2("needsImplicit", needsImplicitDefaultConstructor); in createDefaultConstructorDefinitionData()
H A DTextNodeDumper.cpp1899 FLAG(needsImplicitDefaultConstructor, needs_implicit); in VisitCXXRecordDecl()