Home
last modified time | relevance | path

Searched refs:field_empty (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp86 if (CXXRD->field_empty() && CXXRD->getNumBases() == 1) in visitRecord()
155 if (!CXXRD->field_empty() && CXXRD->getNumBases() != 0) in shouldSkipDecl()
157 if (CXXRD->field_empty() && CXXRD->getNumBases() != 1) in shouldSkipDecl()
170 else if (RD->field_empty()) in shouldSkipDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DCopyConstructorInitCheck.cpp59 if (BaseClass->field_empty() && in check()
61 [](const CXXRecordDecl *Class) { return Class->field_empty(); })) in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp54 if (!Node->field_empty()) return false; in isCurrentClassInterface()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXX.cpp46 !D->getParent()->field_empty()) in TryEmitBaseDestructorAsAlias()
H A DCGClass.cpp2668 if (!RD->field_empty()) in LeastDerivedClassWithSameLayout()
H A DTargetInfo.cpp201 assert(!UD->field_empty() && "sema created an empty transparent union"); in useFirstFieldIfTransparentUnion()
10564 if (RD && !RD->field_empty()) { in appendRecordType()
H A DCGOpenMPRuntime.cpp4445 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp521 if (!BaseClassDecl->field_empty() && in checkMissingBaseClassInitializer()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp238 !BaseClassDecl->field_empty()) { in setBases()
1941 hasUserDeclaredDestructor() || !field_empty() || hasFriends() || in isInterfaceLike()
H A DASTContext.cpp2670 return !RD->field_empty(); in unionHasUniqueObjectRepresentations()
H A DExprConstant.cpp3468 return !RD->field_empty(); in isReadByLvalueToRvalueConversion()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2309 if (!RD->field_empty()) in isRecordEmpty()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4153 bool field_empty() const { in field_empty() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp1018 return CXXRD->getNumBases() == 1 && CXXRD->field_empty(); in isIdiomaticBraceElisionEntity()
H A DSemaDeclCXX.cpp9281 !FieldRecord->field_empty()) { in shouldDeleteForField()
H A DSemaDecl.cpp5589 if (getLangOpts().CPlusPlus && Record->field_empty()) in BuildAnonymousStructOrUnion()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1787 if (!record_decl->field_empty()) in RecordHasFields()