Searched defs:ClangTidyValue (Results 1 – 4 of 4) sorted by relevance
110 struct ClangTidyValue { struct112 ClangTidyValue(const char *Value) : Value(Value) {} in ClangTidyValue() argument114 : Value(Value), Priority(Priority) {} in Value()116 std::string Value;119 unsigned Priority = 0;
110 struct ClangTidyValue { struct112 ClangTidyValue(const char *Value) : Value(Value) {} in ClangTidyValue() function114 : Value(Value), Priority(Priority) {} in Value()116 std::string Value;119 unsigned Priority = 0;