Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicWriter.h176 APValue::LValuePathSerializationHelper lvaluePath) { in writeLValuePathSerializationHelper() argument
177 ArrayRef<APValue::LValuePathEntry> path = lvaluePath.Path; in writeLValuePathSerializationHelper()
178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper()
H A DPropertiesBase.td507 def : Property<"lvaluePath", LValuePathSerializationHelper> {
539 auto pathLength = lvaluePath->Path.size();
542 assert(lvaluePath->getType() == elemTy && "Unexpected type reference!");
543 llvm::copy(lvaluePath->Path, path);