clang-tools 23.0.0git
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 107 of file Hover.h.

Member Enumeration Documentation

◆ PassMode

Enumerator
Ref 
ConstRef 
Value 

Definition at line 109 of file Hover.h.

Member Data Documentation

◆ Converted

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

Definition at line 114 of file Hover.h.

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

◆ PassBy

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

Definition at line 110 of file Hover.h.

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


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