Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DAPValue.cpp338 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
592 ID.AddInteger(getLValuePath().size()); in Profile()
596 for (LValuePathEntry E : getLValuePath()) in Profile()
750 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
905 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
DItaniumMangle.cpp5228 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()
5276 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
DMicrosoftMangle.cpp1638 if (!V.hasLValuePath() || !V.getLValuePath().empty() || in mangleTemplateArgValue()
DASTImporter.cpp9105 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
9112 FromValue.getLValuePath(); in ImportAPValue()
DExprConstant.cpp284 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
290 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/external/clang/lib/AST/
DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
DExprConstant.cpp200 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
206 V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
2434 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
/external/clang/include/clang/AST/
DAPValue.h255 ArrayRef<LValuePathEntry> getLValuePath() const;
/external/llvm-project/clang/include/clang/AST/
DAPValue.h473 ArrayRef<LValuePathEntry> getLValuePath() const;
/external/clang/lib/Sema/
DSemaTemplate.cpp4998 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
5000 Value.getLValuePath()[0].ArrayIndex == 0 && in CheckTemplateArgument()
5005 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp7024 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
7026 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()
7031 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5235 push_back(Value.getLValuePath().size()); in AddAPValue()
5237 ArrayRef<APValue::LValuePathEntry> Path = Value.getLValuePath(); in AddAPValue()