Searched defs:Phony (Results 1 – 2 of 2) sorted by relevance
1582 const ast::PhonyExpression* Phony(const Source& source) { in Phony() function1587 const ast::PhonyExpression* Phony() { return create<ast::PhonyExpression>(); } in Phony() function
1150 TEST_F(BuildTest, Phony) { in TEST_F() argument