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

References

tools/clang/lib/AST/APValue.cpp
  790   LVal.Base = B;
  791   LVal.IsOnePastTheEnd = IsOnePastTheEnd;
  792   LVal.Offset = O;
  793   LVal.resizePath(Path.size());
  794   memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry));
  795   LVal.IsNullPtr = IsNullPtr;