Home
last modified time | relevance | path

Searched refs:hasMutableFields (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNodiscardCheck.cpp45 return Node.getParent()->hasMutableFields(); in AST_MATCHER()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp664 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp453 if (BaseClassDecl->hasMutableFields()) in setBases()
1254 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp491 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1970 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DExprConstant.cpp3492 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1188 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp453 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCodeGenModule.cpp4171 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()
4325 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
H A DCGExpr.cpp1478 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp19068 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1669 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()