Searched refs:ast_list (Results 1 – 2 of 2) sorted by relevance
52 ast_list = list(builder.Generate())53 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])356 ast_list = list(builder.Generate())357 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
145 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument148 for node in ast_list: