Lines Matching refs:file
5 # found in the LICENSE file.
16 ?file : statement_list
235 # found in the LICENSE file.
237 # This file is automatically generated by {__file__}. Do NOT edit it.
484 parser = lark.Lark(GN_GRAMMAR, parser='lalr', start='file')
489 with open(filename, 'r') as file:
490 contents = file.read()
506 'Generate CMake from the main GN file for targets needed to build CppGC.'
510 help='main BUILD.gn input file',
513 help='unittest BUILD.gn input file',