Home
last modified time | relevance | path

Searched refs:getLValuePath (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp195 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
488 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
643 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
H A DExprConstant.cpp280 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
286 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
2871 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h313 ArrayRef<LValuePathEntry> getLValuePath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp6322 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
6324 Value.getLValuePath()[0].ArrayIndex == 0 && in CheckTemplateArgument()
6329 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()