nixd
|
#include "nixf/Sema/ParentMap.h"
#include "nixf/Sema/VariableLookup.h"
#include <llvm/Support/Error.h>
Go to the source code of this file.
Classes | |
struct | nixd::CannotFindVarException |
Namespaces | |
namespace | nixd |
Functions | |
const nixf::Definition & | nixd::findDefinition (const nixf::Node &N, const nixf::ParentMapAnalysis &PMA, const nixf::VariableLookupAnalysis &VLA) |
Heuristically find definition on some node. | |