Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp50 struct StringType { struct
51 StringType(const char*) {} in StringType() function
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.convertible/
H A Dconvertible_to.pass.cpp94 struct StringType { struct
95 StringType(const char*) {} in StringType() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/boost/
H A DUseToStringCheck.cpp45 StringRef StringType; in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DStringFindStrContainsCheck.cpp46 auto StringType = in makeRewriteRule() local
H A DStringFindStartswithCheck.cpp38 auto StringType = hasUnqualifiedDesugaredType( in registerMatchers() local
/llvm-project-15.0.7/libcxx/test/libcxx/debug/containers/
H A Dstring.pass.cpp23 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType; typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp90 const auto StringType = hasType(hasUnqualifiedDesugaredType( in registerMatchers() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-character.cpp51 using StringType = Scalar<T>; // std::string or larger in FoldIntrinsicFunction() typedef
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallStringTest.cpp26 typedef SmallString<40> StringType; typedef in __anon5d26e0540111::SmallStringTest
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp270 DIStringType *StringType = in TEST() local
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp208 auto StringType = namedDecl(hasAnyName("::basic_string", "::string")); in ruleStrlenSize() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp11100 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local