AsFunctionCall     40 tools/gn/parse_tree.h   virtual const FunctionCallNode* AsFunctionCall() const;
AsFunctionCall    258 tools/gn/parse_tree.h   virtual const FunctionCallNode* AsFunctionCall() const OVERRIDE;
AsFunctionCall    410 tools/gn/parser.cc       if (stmt->AsFunctionCall() || IsAssignment(stmt.get()))