Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
600 ID.AddInteger(getLValuePath().size()); in Profile()
604 for (LValuePathEntry E : getLValuePath()) in Profile()
823 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
984 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
H A DMicrosoftMangle.cpp1725 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1751 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
1773 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp5563 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()
5838 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()
5909 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp9778 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
9785 FromValue.getLValuePath(); in ImportAPValue()
H A DExprConstant.cpp287 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h484 ArrayRef<LValuePathEntry> getLValuePath() const;
H A DPropertiesBase.td513 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp7078 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
7080 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()
7085 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()