Searched defs:AsUnaryOp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
H A Dparse_tree.cc49 const UnaryOpNode* ParseNode::AsUnaryOp() const { return NULL; } function in class:ParseNode
291 if (cur->AsList() || cur->AsLiteral() || cur->AsUnaryOp() ||
558 const UnaryOpNode* UnaryOpNode::AsUnaryOp() const { function in class:UnaryOpNode

Completed in 2018 milliseconds