Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/docs/tools/
H A Ddump_format_style.py18 PLURALS_FILE = os.path.join(os.path.dirname(__file__), 'plurals.txt') variable
21 with open(PLURALS_FILE, 'a+') as f:
39 with open(PLURALS_FILE, 'a') as f: