Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/quality/
DCompletionModelCodegen.py114 def gen_header_code(features_json, cpp_class, filename): argument
124 for f in features_json:
141 for f in features_json
146 for f in features_json
222 def gen_cpp_code(forest_json, features_json, filename, cpp_class): argument
235 for f in features_json if f["kind"] == "ENUM"}
241 for feature in features_json
295 features_json = json.load(f)
303 features_json=features_json,
309 features_json=features_json,