Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp458 if (!BaseClassDecl->allowConstDefaultInit()) in setBases()
1097 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
H A DJSONNodeDumper.cpp493 FIELD2("canConstDefaultInit", allowConstDefaultInit); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1939 FLAG(allowConstDefaultInit, can_const_default_init); in VisitCXXRecordDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1336 bool allowConstDefaultInit() const { in allowConstDefaultInit() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4186 if (!CtorDecl->getParent()->allowConstDefaultInit()) { in TryConstructorInitialization()