reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/APValue.h
  449   ArrayRef<LValuePathEntry> getLValuePath() const;

References

tools/clang/lib/AST/APValue.cpp
  271       setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
  599     ArrayRef<LValuePathEntry> Path = getLValuePath();
tools/clang/lib/AST/ExprConstant.cpp
  290         ArrayRef<PathEntry> VEntries = V.getLValuePath();
  296               Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
tools/clang/lib/Sema/SemaTemplate.cpp
 6517       if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 &&
 6519           Value.getLValuePath()[0].getAsArrayIndex() == 0 &&
 6524       } else if (!Value.hasLValuePath() || Value.getLValuePath().size() ||