Searched defs:ast_properties (Results 1 – 2 of 2) sorted by relevance
2082 void set_ast_properties(AstProperties* ast_properties) { in set_ast_properties()2598 AstProperties* ast_properties() { return &properties_; } in ast_properties() function
4407 AstProperties ast_properties; in ParseFunctionLiteral() local