nixd
Loading...
Searching...
No Matches
Typedefs
Definition.cpp File Reference

Implementation of [Go to Definition]. More...

#include "Definition.h"
#include "AST.h"
#include "Convert.h"
#include "nixd/Controller/Controller.h"
#include "nixd/Protocol/AttrSet.h"
#include "lspserver/Protocol.h"
#include <boost/asio/post.hpp>
#include <llvm/Support/Error.h>
#include <llvm/Support/JSON.h>
#include <nixf/Basic/Nodes/Attrs.h>
#include <nixf/Basic/Nodes/Basic.h>
#include <nixf/Basic/Nodes/Expr.h>
#include <nixf/Sema/ParentMap.h>
#include <nixf/Sema/VariableLookup.h>
#include <exception>
#include <semaphore>

Go to the source code of this file.

Typedefs

using LookupResult = VariableLookupAnalysis::LookupResult
 
using ResultKind = VariableLookupAnalysis::LookupResultKind
 
using Locations = std::vector<Location>
 

Detailed Description

Implementation of [Go to Definition].

Definition in file Definition.cpp.

Typedef Documentation

◆ Locations

using Locations = std::vector<Location>

Definition at line 37 of file Definition.cpp.

◆ LookupResult

Definition at line 35 of file Definition.cpp.

◆ ResultKind

Definition at line 36 of file Definition.cpp.