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

References

tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  154     if (Pointer == PointerType::Pointer)
  177     if (Pointer == PointerType::Pointer)
  250         Symbol.isReference() ? PointerType::Reference : PointerType::Pointer;
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  319                              : FunctionDumper::PointerType::Pointer;
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   60     FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer;