Home
last modified time | relevance | path

Searched refs:lvaluePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h173 APValue::LValuePathSerializationHelper lvaluePath) { in writeLValuePathSerializationHelper() argument
174 ArrayRef<APValue::LValuePathEntry> path = lvaluePath.Path; in writeLValuePathSerializationHelper()
175 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper()
H A DPropertiesBase.td528 def : Property<"lvaluePath", LValuePathSerializationHelper> {
559 auto pathLength = lvaluePath->Path.size();
562 llvm::copy(lvaluePath->Path, path);