Home
last modified time | relevance | path

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

/freebsd-14.2/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.td525 def : Property<"lvaluePath", LValuePathSerializationHelper> {
556 auto pathLength = lvaluePath->Path.size();
559 llvm::copy(lvaluePath->Path, path);