Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp735 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp452 if (BaseClassDecl->hasMutableFields()) in setBases()
1287 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp491 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1937 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DExprConstant.cpp3478 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1178 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp403 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCodeGenModule.cpp3810 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()
3963 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
H A DCGExpr.cpp1446 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18172 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1569 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()