Searched refs:getOrCreateValue (Results 1 – 5 of 5) sorted by relevance
4595 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function4598 return State.get<LifetimeExtendedTemporaryDecl *>()->getOrCreateValue( in getOrCreateValue()
3196 APValue *getOrCreateValue(bool MayCreate) const;
3009 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
2266 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()4184 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()8371 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
6048 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()