Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp461 if (!BaseClassDecl->allowConstDefaultInit()) in setBases()
1130 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
H A DJSONNodeDumper.cpp532 FIELD2("canConstDefaultInit", allowConstDefaultInit); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2456 FLAG(allowConstDefaultInit, can_const_default_init); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1399 bool allowConstDefaultInit() const { in allowConstDefaultInit() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4486 if (!CtorDecl->getParent()->allowConstDefaultInit()) { in TryConstructorInitialization()
H A DSemaDeclCXX.cpp9505 (!FieldRecord || !FieldRecord->allowConstDefaultInit())) { in shouldDeleteForField()