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

References

tools/clang/lib/AST/APValue.cpp
  192     PathElem Path[InlinePathSpace];
  193     PathElem *PathPtr;
  206       PathPtr = new PathElem[Length];
  211   PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
  212   const PathElem *getPath() const {