Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringInitCheck.cpp67 StringNames(utils::options::parseStringList( in RedundantStringInitCheck()
75 const auto hasStringTypeName = hasAnyNameStdString(StringNames); in registerMatchers()
77 hasAnyNameStdString(removeNamespaces(StringNames)); in registerMatchers()
DRedundantStringInitCheck.h32 std::vector<std::string> StringNames;
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringConstructorCheck.cpp48 StringNames(utils::options::parseStringList( in StringConstructorCheck()
104 cxxRecordDecl(hasAnyName(removeNamespaces(StringNames)))))), in registerMatchers()
127 hasAnyName(removeNamespaces(StringNames)))))), in registerMatchers()
DStringConstructorCheck.h35 std::vector<std::string> StringNames; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-redundant-string-init.rst34 .. option:: StringNames
Dbugprone-string-constructor.rst48 .. option:: StringNames