Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAbstractBasicReader.h191 APValue::LValuePathSerializationHelper readLValuePathSerializationHelper( in readLValuePathSerializationHelper()
212 return APValue::LValuePathSerializationHelper(path, origTy); in readLValuePathSerializationHelper()
H A DAbstractBasicWriter.h173 APValue::LValuePathSerializationHelper lvaluePath) { in writeLValuePathSerializationHelper()
H A DPropertiesBase.td122 def LValuePathSerializationHelper :
123 PropertyType<"APValue::LValuePathSerializationHelper"> {
511 def : Property<"lvaluePath", LValuePathSerializationHelper> {
514 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
H A DAPValue.h240 class LValuePathSerializationHelper {
246 LValuePathSerializationHelper(ArrayRef<LValuePathEntry>, QualType);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp157 APValue::LValuePathSerializationHelper::LValuePathSerializationHelper( in LValuePathSerializationHelper() function in APValue::LValuePathSerializationHelper
161 QualType APValue::LValuePathSerializationHelper::getType() { in getType()