clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::ReferencesResult Struct Reference

#include <XRefs.h>

Collaboration diagram for clang::clangd::ReferencesResult:
[legend]

Public Attributes

std::vector< LocationReferences
 
bool HasMore = false
 

Detailed Description

Definition at line 81 of file XRefs.h.

Member Data Documentation

◆ HasMore

bool clang::clangd::ReferencesResult::HasMore = false

Definition at line 83 of file XRefs.h.

◆ References

std::vector<Location> clang::clangd::ReferencesResult::References

Definition at line 82 of file XRefs.h.


The documentation for this struct was generated from the following file: