Home
last modified time | relevance | path

Searched refs:ParseCondition (Results 1 - 3 of 3) sorted by relevance

/third_party/gn/src/gn/
H A Dparser.h83 std::unique_ptr<ParseNode> ParseCondition();
H A Dparser.cc712 return ParseCondition(); in ParseStatement()
753 std::unique_ptr<ParseNode> Parser::ParseCondition() { in ParseCondition() function in Parser
/third_party/node/tools/
H A Dtest.py1216 def ParseCondition(expr): function
1305 condition = ParseCondition(condition_str)
1314 value = ParseCondition(value_str)
1322 value = ParseCondition(def_match.group(2).strip())

Completed in 4 milliseconds