Searched refs:getLValuePath (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 338 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 592 ID.AddInteger(getLValuePath().size()); in Profile() 596 for (LValuePathEntry E : getLValuePath()) in Profile() 750 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() 905 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
|
D | ItaniumMangle.cpp | 5228 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg() 5276 for (APValue::LValuePathEntry E : V.getLValuePath()) { in mangleValueInTemplateArg()
|
D | MicrosoftMangle.cpp | 1638 if (!V.hasLValuePath() || !V.getLValuePath().empty() || in mangleTemplateArgValue()
|
D | ASTImporter.cpp | 9105 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue() 9112 FromValue.getLValuePath(); in ImportAPValue()
|
D | ExprConstant.cpp | 284 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator() 290 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
|
/external/clang/lib/AST/ |
D | APValue.cpp | 153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() 573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
|
D | ExprConstant.cpp | 200 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator() 206 V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator() 2434 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 255 ArrayRef<LValuePathEntry> getLValuePath() const;
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 473 ArrayRef<LValuePathEntry> getLValuePath() const;
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 4998 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument() 5000 Value.getLValuePath()[0].ArrayIndex == 0 && in CheckTemplateArgument() 5005 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 7024 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument() 7026 Value.getLValuePath()[0].getAsArrayIndex() == 0 && in CheckTemplateArgument() 7031 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5235 push_back(Value.getLValuePath().size()); in AddAPValue() 5237 ArrayRef<APValue::LValuePathEntry> Path = Value.getLValuePath(); in AddAPValue()
|