Home
last modified time | relevance | path

Searched refs:InfixFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dparser.h141 using InfixFunc = std::unique_ptr<ParseNode> ( variable
146 InfixFunc infix;
Dparser.cc448 InfixFunc infix = expressions_[next_token.type()].infix; in ParseExpression()