bindingsCache

This contains a cache binding between an LLVMValueRef (representing a variable) and its Declaration in the graph. We need this, because this way we can look up and connect a Reference to its Declaration already in the language frontend. This in turn is needed because of the local/global system we cannot rely on the SymbolResolver.