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.cpp468 if (!BaseClassDecl->allowConstDefaultInit()) in setBases()
1173 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
H A DJSONNodeDumper.cpp531 FIELD2("canConstDefaultInit", allowConstDefaultInit); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2618 FLAG(allowConstDefaultInit, can_const_default_init); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1400 bool allowConstDefaultInit() const { in allowConstDefaultInit() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4653 if (!CtorDecl->getParent()->allowConstDefaultInit()) { in TryConstructorInitialization()
H A DSemaDeclCXX.cpp9711 (!FieldRecord || !FieldRecord->allowConstDefaultInit())) { in shouldDeleteForField()