Searched refs:ClangTidy (Results 1 – 11 of 11) sorted by relevance
/build/bazel/rules/aidl/ |
D | aidl_interface_test.bzl | 264 clang_tidy_actions = [a for a in actions if a.mnemonic == "ClangTidy"] 276 "did not find header-filter in ClangTidy actions: `%s`" % ( 371 mnemonics = ["ClangTidy"], 379 mnemonics = ["ClangTidy"],
|
/build/soong/cc/ |
D | tidy.go | 133 if !ctx.Config().ClangTidy() {
|
/build/bazel/rules/cc/ |
D | clang_tidy_test.bzl | 473 clang_tidy_actions = [a for a in actions if a.mnemonic == "ClangTidy"] 574 clang_tidy_actions = [a for a in actions if a.mnemonic == "ClangTidy"] 623 clang_tidy_actions = [a for a in actions if a.mnemonic == "ClangTidy"]
|
D | clang_tidy.bzl | 235 mnemonic = "ClangTidy",
|
/build/bazel/tests/products/ |
D | aosp_x86_64.variables.bzl | 79 "ClangTidy": false,
|
D | aosp_x86.variables.bzl | 79 "ClangTidy": false,
|
D | aosp_arm64.variables.bzl | 79 "ClangTidy": false,
|
D | aosp_arm.variables.bzl | 79 "ClangTidy": false,
|
/build/make/core/ |
D | soong_config.mk | 135 $(call add_json_bool, ClangTidy, $(filter 1 true,$(WITH_TIDY)))
|
/build/soong/android/ |
D | variable.go | 337 ClangTidy *bool `json:",omitempty"` member
|
D | config.go | 1210 func (c *config) ClangTidy() bool { func 1211 return Bool(c.productVariables.ClangTidy)
|