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

References

tools/clang/lib/AST/APValue.cpp
  165       delete [] PathPtr;
  168       PathPtr = new LValuePathEntry[Length];
  174   LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
  176     return hasPathPtr() ? PathPtr : Path;