Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp459 if (!BaseClassDecl->allowConstDefaultInit()) in setBases()
1064 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
H A DJSONNodeDumper.cpp493 FIELD2("canConstDefaultInit", allowConstDefaultInit); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1972 FLAG(allowConstDefaultInit, can_const_default_init); in VisitCXXRecordDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1346 bool allowConstDefaultInit() const { in allowConstDefaultInit() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4214 if (!CtorDecl->getParent()->allowConstDefaultInit()) { in TryConstructorInitialization()
H A DSemaDeclCXX.cpp9220 (!FieldRecord || !FieldRecord->allowConstDefaultInit())) { in shouldDeleteForField()