clang-tools 19.0.0git
Public Types | Public Attributes | List of all members
clang::clangd::HoverInfo::PassType Struct Reference

#include <Hover.h>

Public Types

enum  PassMode { Ref , ConstRef , Value }
 

Public Attributes

PassMode PassBy = Ref
 
bool Converted = false
 

Detailed Description

Definition at line 105 of file Hover.h.

Member Enumeration Documentation

◆ PassMode

Enumerator
Ref 
ConstRef 
Value 

Definition at line 107 of file Hover.h.

Member Data Documentation

◆ Converted

bool clang::clangd::HoverInfo::PassType::Converted = false

Definition at line 112 of file Hover.h.

Referenced by clang::clangd::operator==().

◆ PassBy

PassMode clang::clangd::HoverInfo::PassType::PassBy = Ref

Definition at line 108 of file Hover.h.

Referenced by clang::clangd::operator==().


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