HomeSort by: relevance | last modified time | path
    Searched refs:getLValuePath (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
600 ID.AddInteger(getLValuePath().size());
604 for (LValuePathEntry E : getLValuePath())
758 ArrayRef<LValuePathEntry> Path = getLValuePath();
913 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const {
MicrosoftMangle.cpp 1694 if (!V.hasLValuePath() || V.getLValuePath().empty()) {
1720 for (APValue::LValuePathEntry E : V.getLValuePath()) {
1742 for (APValue::LValuePathEntry E : V.getLValuePath()) {
ItaniumMangle.cpp 5463 for (APValue::LValuePathEntry E : LV.getLValuePath()) {
5695 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) {
5766 for (APValue::LValuePathEntry E : V.getLValuePath()) {
ASTImporter.cpp 9268 unsigned PathLength = FromValue.getLValuePath().size();
9275 FromValue.getLValuePath();
ExprConstant.cpp 287 ArrayRef<PathEntry> VEntries = V.getLValuePath();
293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 484 ArrayRef<LValuePathEntry> getLValuePath() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 7014 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 &&
7016 Value.getLValuePath()[0].getAsArrayIndex() == 0 &&
7021 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() ||

Completed in 61 milliseconds