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

References

tools/clang/lib/AST/APValue.cpp
  158   LV() { PathLength = (unsigned)-1; }
  162     if (Length == PathLength)
  166     PathLength = Length;
  171   bool hasPath() const { return PathLength != (unsigned)-1; }
  172   bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
  756   return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength);