Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
758 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
913 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
H A DMicrosoftMangle.cpp1694 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1720 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
1742 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp5463 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()
5695 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()
5766 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp9268 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
9275 FromValue.getLValuePath(); in ImportAPValue()
H A DExprConstant.cpp287 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h484 ArrayRef<LValuePathEntry> getLValuePath() const;
H A DPropertiesBase.td510 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp7014 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
7016 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()
7021 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()