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

References

include/llvm/ADT/Optional.h
  260   const T *operator->() const { return getPointer(); }
tools/clang/tools/extra/clangd/index/Serialization.h
   67       : Symbols(I.Symbols ? I.Symbols.getPointer() : nullptr),
   68         Refs(I.Refs ? I.Refs.getPointer() : nullptr),
   69         Relations(I.Relations ? I.Relations.getPointer() : nullptr),
   70         Sources(I.Sources ? I.Sources.getPointer() : nullptr),
   71         Cmd(I.Cmd ? I.Cmd.getPointer() : nullptr) {}