Searched refs:ast_list (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | gmock_class_test.py | 53 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)
|
D | gmock_class.py | 121 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument 124 for node in ast_list:
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | gmock_class_test.py | 53 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)
|
D | gmock_class.py | 126 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument 129 for node in ast_list:
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 445 def ast_list : Flag<["-"], "ast-list">,
|