Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp732 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp458 if (BaseClassDecl->hasMutableFields()) in setBases()
1368 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp529 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2616 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DType.cpp161 if (Record->hasMutableFields()) in isNonConstantStorage()
H A DExprConstant.cpp3789 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1242 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp437 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCGExpr.cpp1752 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
H A DCodeGenModule.cpp5318 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19562 if (RD->hasDefinition() && RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1701 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()