Home
last modified time | relevance | path

Searched defs:ClangTidyValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.h102 struct ClangTidyValue { struct
103 ClangTidyValue() : Value(), Priority(0) {} in ClangTidyValue() function
104 ClangTidyValue(const char *Value) : Value(Value), Priority(0) {} in ClangTidyValue() function
106 : Value(Value), Priority(Priority) {} in Value()
108 std::string Value;
111 unsigned Priority;