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

References

tools/clang/include/clang/AST/APValue.h
  206       Result.Value = Index;
  212           reinterpret_cast<void *>(Value));
  214     uint64_t getAsArrayIndex() const { return Value; }
  217       return A.Value == B.Value;
  217       return A.Value == B.Value;
  220       return A.Value != B.Value;
  220       return A.Value != B.Value;
  223       return llvm::hash_value(A.Value);