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

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  719     assert(pointer_type);
  721         pointer_type->getPointeeType()->getSymIndexId());
  725     if (pointer_type->isPointerToDataMember() ||
  726         pointer_type->isPointerToMemberFunction()) {
  727       auto class_parent_uid = pointer_type->getRawSymbol().getClassParentId();
  739           pointer_type->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(),
  740           pointer_type->getLength(), nullptr, LLDB_INVALID_UID,
  747     if (pointer_type->isReference())
  749     else if (pointer_type->isRValueReference())
  754     if (pointer_type->isConstType())
  757     if (pointer_type->isVolatileType())
  760     if (pointer_type->isRestrictedType())
  764         pointer_type->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(),
  765         pointer_type->getLength(), nullptr, LLDB_INVALID_UID,