Searched refs:ActualType (Results 1 – 2 of 2) sorted by relevance
351 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Get() typedef352 ActualType scratch_space; in Get()353 return static_cast<T>(*reinterpret_cast<const ActualType*>( in Get()359 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Set() typedef367 ActualType tmp = static_cast<ActualType>(value); in Set()373 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Add() typedef381 ActualType tmp = static_cast<ActualType>(value); in Add()
754 QualType ActualType = Sym->getType(); in inferAs() local756 if (ActualType->isIntegralOrEnumerationType() || in inferAs()757 Loc::isLocType(ActualType)) { in inferAs()