Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp459 if (!BaseClassDecl->allowConstDefaultInit()) in setBases()
1088 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
H A DJSONNodeDumper.cpp499 FIELD2("canConstDefaultInit", allowConstDefaultInit); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2205 FLAG(allowConstDefaultInit, can_const_default_init); in VisitCXXRecordDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1391 bool allowConstDefaultInit() const { in allowConstDefaultInit() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4349 if (!CtorDecl->getParent()->allowConstDefaultInit()) { in TryConstructorInitialization()
H A DSemaDeclCXX.cpp9603 (!FieldRecord || !FieldRecord->allowConstDefaultInit())) { in shouldDeleteForField()