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

#include <InsertionPoint.h>

Public Types

enum  Dir { Above , Below }
 

Public Attributes

std::function< bool(const Decl *)> Match
 
enum clang::clangd::Anchor::Dir Direction = Below
 

Detailed Description

Definition at line 23 of file InsertionPoint.h.

Member Enumeration Documentation

◆ Dir

Enumerator
Above 
Below 

Definition at line 28 of file InsertionPoint.h.

Member Data Documentation

◆ Direction

enum clang::clangd::Anchor::Dir clang::clangd::Anchor::Direction = Below

◆ Match

std::function<bool(const Decl *)> clang::clangd::Anchor::Match

Definition at line 26 of file InsertionPoint.h.


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