Nix
2.34.6
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
lexer-helpers.hh
1
#pragma once
2
3
#include <cstddef>
4
5
#include "parser-scanner-decls.hh"
6
7
namespace
nix::lexer::internal {
8
9
void
initLoc(Parser::location_type * loc);
10
11
void
adjustLoc(yyscan_t yyscanner, Parser::location_type * loc,
const
char
* s,
size_t
len);
12
13
}
// namespace nix::lexer::internal
src
libexpr
lexer-helpers.hh
Generated by
1.16.1