Home
last modified time | relevance | path

Searched refs:DOC_FILE (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/docs/tools/
H A Ddump_format_help.py11 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormat.rst') variable
58 with open(DOC_FILE) as f:
63 with open(DOC_FILE, 'wb') as output:
H A Dgenerate_formatted_state.py29 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormattedStatus.rst') variable
81 with open(DOC_FILE, 'wb') as output:
H A Ddump_format_style.py16 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormatStyleOptions.rst') variable
354 with open(DOC_FILE) as f:
359 with open(DOC_FILE, 'wb') as output: