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

References

tools/clang/lib/AST/APValue.cpp
  203       delete [] PathPtr;
  206       PathPtr = new PathElem[Length];
  211   PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
  213     return hasPathPtr() ? PathPtr : Path;