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.cpp723 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp455 if (BaseClassDecl->hasMutableFields()) in setBases()
1320 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp530 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2454 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DType.cpp126 if (Record->hasMutableFields()) in isNonConstantStorage()
H A DExprConstant.cpp3573 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp437 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCGExpr.cpp1689 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
H A DCodeGenModule.cpp5037 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1241 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19099 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1725 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()