Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/scripts/generator/cpp/
Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
207 ast_list = list(builder.Generate())
208 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
Dgmock_class.py121 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument
124 for node in ast_list:
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
Dgmock_class.py126 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument
129 for node in ast_list:
/external/clang/include/clang/Driver/
DCC1Options.td445 def ast_list : Flag<["-"], "ast-list">,