Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDAPValue.cpp346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
602 ID.AddInteger(getLValuePath().size()); in Profile()
606 for (LValuePathEntry E : getLValuePath()) in Profile()
828 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
994 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
HDTemplateBase.cpp234 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
HDMicrosoftMangle.cpp1711 if (!BaseT->isArrayType() || V.getLValuePath().size() != 1 || in getAsArrayToPointerDecayedDecl()
1712 V.getLValuePath()[0].getAsArrayIndex() != 0) in getAsArrayToPointerDecayedDecl()
1931 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1956 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
HDItaniumMangle.cpp6259 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()
6541 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()
6542 V.getLValuePath()[0].getAsArrayIndex() == 0 && in mangleValueInTemplateArg()
6546 if ((!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) && in mangleValueInTemplateArg()
6617 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
HDODRHash.cpp1296 for (APValue::LValuePathEntry E : Value.getLValuePath()) { in AddStructuralValue()
HDASTImporter.cpp10366 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
10373 FromValue.getLValuePath(); in ImportAPValue()
HDExprConstant.cpp295 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
301 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAPValue.h492 ArrayRef<LValuePathEntry> getLValuePath() const;
HDPropertiesBase.td531 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp6737 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()
6739 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()
6749 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp2604 assert(Val.getLValuePath().size() == 0); in VisitSourceLocExpr()