aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.hxx')
-rw-r--r--build2/parser.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/parser.hxx b/build2/parser.hxx
index 582f925..e877422 100644
--- a/build2/parser.hxx
+++ b/build2/parser.hxx
@@ -76,6 +76,9 @@ namespace build2
parse_clause (token&, token_type&, bool one = false);
void
+ parse_variable_block (token&, token_type&, const target_type*, string);
+
+ void
parse_dependency (token&, token_type&,
names&&, const location&,
names&&, const location&);
@@ -122,6 +125,11 @@ namespace build2
void
parse_variable (token&, token_type&, const variable&, token_type);
+ void
+ parse_type_pattern_variable (token&, token_type&,
+ const target_type&, string,
+ const variable&, token_type, const location&);
+
const variable&
parse_variable_name (names&&, const location&);