![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <kythe-data.h>
Public Types | |
| enum class | Kind { Unspecified , Constant , Function , ClassField , Variable , Type } |
Public Member Functions | |
| virtual | ~KytheConsumer ()=0 |
| virtual kythe_entity_t | AddDefinition (Kind kind, std::string name, KythePosition pos)=0 |
| virtual void | AddUse (Kind kind, kythe_entity_t entity, KythePosition use_pos)=0 |
| virtual void | AddCall (Kind kind, kythe_entity_t caller_entity, KythePosition call_pos, kythe_entity_t callee_entity)=0 |
Definition at line 25 of file kythe-data.h.
|
strong |
| Enumerator | |
|---|---|
| Unspecified | |
| Constant | |
| Function | |
| ClassField | |
| Variable | |
| Type | |
Definition at line 27 of file kythe-data.h.
|
inlinepure virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |