Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfunctions_unittest.cc82 Token undefined_token(Location(), Token::IDENTIFIER, "undef"); in TEST() local
85 std::make_unique<IdentifierNode>(undefined_token)); in TEST()
111 undef_accessor->set_member(std::make_unique<IdentifierNode>(undefined_token)); in TEST()