Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.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
H A DTemplateBase.cpp234 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
H A DMicrosoftMangle.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()
H A DItaniumMangle.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()
H A DODRHash.cpp1296 for (APValue::LValuePathEntry E : Value.getLValuePath()) { in AddStructuralValue()
H A DASTImporter.cpp10366 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue()
10373 FromValue.getLValuePath(); in ImportAPValue()
H A DExprConstant.cpp295 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
301 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td531 APValue::LValuePathSerializationHelper(node.getLValuePath(), elemTy)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.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/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2604 assert(Val.getLValuePath().size() == 0); in VisitSourceLocExpr()