Home
last modified time | relevance | path

Searched refs:LValuePathSerializationHelper (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h190 APValue::LValuePathSerializationHelper readLValuePathSerializationHelper( in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, origTy); in readLValuePathSerializationHelper()
H A DAbstractBasicWriter.h172 APValue::LValuePathSerializationHelper lvaluePath) { in writeLValuePathSerializationHelper()
H A DPropertiesBase.td125 def LValuePathSerializationHelper :
126 PropertyType<"APValue::LValuePathSerializationHelper"> {
532 def : Property<"lvaluePath", LValuePathSerializationHelper> {
535 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
H A DAPValue.h239 class LValuePathSerializationHelper {
245 LValuePathSerializationHelper(ArrayRef<LValuePathEntry>, QualType);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp157 APValue::LValuePathSerializationHelper::LValuePathSerializationHelper( in LValuePathSerializationHelper() function in APValue::LValuePathSerializationHelper
161 QualType APValue::LValuePathSerializationHelper::getType() { in getType()