Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp723 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp455 if (BaseClassDecl->hasMutableFields()) in setBases()
1320 if (FieldRec->hasMutableFields()) in addedMember()
HDJSONNodeDumper.cpp530 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
HDTextNodeDumper.cpp2454 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
HDType.cpp126 if (Record->hasMutableFields()) in isNonConstantStorage()
HDExprConstant.cpp3573 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp437 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
HDCGExpr.cpp1689 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
HDCodeGenModule.cpp5037 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h1241 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp19099 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
HDSemaOpenMP.cpp1725 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()