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

References

tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   90     if (Pointer == PointerType::Reference)
  156     else if (Pointer == FunctionDumper::PointerType::Reference)
  179     else if (Pointer == FunctionDumper::PointerType::Reference)
  250         Symbol.isReference() ? PointerType::Reference : PointerType::Pointer;
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  318         Symbol.isReference() ? FunctionDumper::PointerType::Reference
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   62       Pointer = FunctionDumper::PointerType::Reference;