Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp723 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp453 if (BaseClassDecl->hasMutableFields()) in setBases()
1278 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp497 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2203 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DType.cpp126 if (Record->hasMutableFields()) in isNonConstantStorage()
H A DExprConstant.cpp3545 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp428 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCGExpr.cpp1695 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
H A DCodeGenModule.cpp4924 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1233 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20103 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1720 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()