Searched refs:LValuePathSerializationHelper (Results 1 – 5 of 5) sorted by relevance
191 APValue::LValuePathSerializationHelper readLValuePathSerializationHelper( in readLValuePathSerializationHelper()211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
176 APValue::LValuePathSerializationHelper lvaluePath) { in writeLValuePathSerializationHelper()
119 def LValuePathSerializationHelper :120 PropertyType<"APValue::LValuePathSerializationHelper"> {507 def : Property<"lvaluePath", LValuePathSerializationHelper> {510 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
240 class LValuePathSerializationHelper {246 LValuePathSerializationHelper(ArrayRef<LValuePathEntry>, QualType);
157 APValue::LValuePathSerializationHelper::LValuePathSerializationHelper( in LValuePathSerializationHelper() function in APValue::LValuePathSerializationHelper161 QualType APValue::LValuePathSerializationHelper::getType() { in getType()