clang-tools 20.0.0git
|
#include <InsertionPoint.h>
Public Types | |
enum | Dir { Above , Below } |
Public Attributes | |
std::function< bool(const Decl *)> | Match |
enum clang::clangd::Anchor::Dir | Direction = Below |
Definition at line 23 of file InsertionPoint.h.
Enumerator | |
---|---|
Above | |
Below |
Definition at line 28 of file InsertionPoint.h.
enum clang::clangd::Anchor::Dir clang::clangd::Anchor::Direction = Below |
std::function<bool(const Decl *)> clang::clangd::Anchor::Match |
Definition at line 26 of file InsertionPoint.h.