Searched refs:getOrCreateValue (Results 1 – 5 of 5) sorted by relevance
4485 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function4488 return State.get<LifetimeExtendedTemporaryDecl *>()->getOrCreateValue( in getOrCreateValue()
3125 APValue *getOrCreateValue(bool MayCreate) const;
2953 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
2242 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()4150 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()8234 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
5333 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()