Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DOptionalValueConversionCheck.cpp60 ValueMethods(utils::options::parseStringList( in registerMatchers()
61 Options.get("ValueMethods", "::value$;::get$"))) {} in registerMatchers()
85 matchers::matchesAnyListedName(ValueMethods))))) in storeOptions()
104 Options.store(Opts, "ValueMethods", in check()
105 utils::options::serializeStringList(ValueMethods)); in check()
H A DOptionalValueConversionCheck.h33 std::vector<StringRef> ValueMethods; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Doptional-value-conversion.rst72 .. option:: ValueMethods