Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp347 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
612 ID.AddInteger(getLValuePath().size()); in Profile()
616 for (LValuePathEntry E : getLValuePath()) in Profile()
838 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
1003 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
H A DTemplateBase.cpp230 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
H A DMicrosoftMangle.cpp1751 if (!BaseT->isArrayType() || V.getLValuePath().size() != 1 || in getAsArrayToPointerDecayedDecl()
1752 V.getLValuePath()[0].getAsArrayIndex() != 0) in getAsArrayToPointerDecayedDecl()
1979 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
2006 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp6532 for (APValue::LValuePathEntry E : LV.getLValuePath()) { in getLValueType()
6814 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()
6815 V.getLValuePath()[0].getAsArrayIndex() == 0 && in mangleValueInTemplateArg()
6819 if ((!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) && in mangleValueInTemplateArg()
6890 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
H A DODRHash.cpp1323 for (APValue::LValuePathEntry E : Value.getLValuePath()) { in AddStructuralValue()
H A DTextNodeDumper.cpp760 OS << ", PathLength=" << Value.getLValuePath().size(); in Visit()
763 for (const auto &PathEntry : Value.getLValuePath()) { in Visit()
H A DASTImporter.cpp10735 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
10741 ArrayRef<APValue::LValuePathEntry> FromPath = FromValue.getLValuePath(); in ImportAPValue()
H A DExprConstant.cpp305 llvm::append_range(Entries, V.getLValuePath()); in SubobjectDesignator()
310 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h558 ArrayRef<LValuePathEntry> getLValuePath() const;
H A DPropertiesBase.td535 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7175 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()
7177 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument()
7194 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3255 assert(Val.getLValuePath().size() == 0); in VisitSourceLocExpr()