Searched refs:AsFunctionCall (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/gn/
H A Dparser.cc461 if (stmt->AsFunctionCall() || IsAssignment(stmt.get()))
533 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) {
595 if ((*i)->AsFunctionCall() || (*i)->AsList())
H A Dparse_tree.cc45 const FunctionCallNode* ParseNode::AsFunctionCall() const { return NULL; } function in class:ParseNode
374 const FunctionCallNode* FunctionCallNode::AsFunctionCall() const { function in class:FunctionCallNode
H A Dparse_tree.h79 virtual const FunctionCallNode* AsFunctionCall() const;
304 virtual const FunctionCallNode* AsFunctionCall() const OVERRIDE;
H A Dcommand_format.cc243 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) {

Completed in 108 milliseconds