Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp50 struct StringType { struct
51 StringType(const char*) {} in StringType() argument
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.convertible/
H A Dconvertible_to.pass.cpp94 struct StringType { struct
95 StringType(const char*) {} in StringType() function
/llvm-project/clang-tools-extra/clang-tidy/boost/
H A DUseToStringCheck.cpp43 StringRef StringType; in check() local
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DStringFindStrContainsCheck.cpp44 auto StringType = in makeRewriteRule() local
H A DStringFindStartswithCheck.cpp39 auto StringType = hasUnqualifiedDesugaredType( in registerMatchers() local
/llvm-project/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/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp89 const auto StringType = hasType(hasUnqualifiedDesugaredType( in registerMatchers() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-character.cpp51 using StringType = Scalar<T>; // std::string or larger in FoldIntrinsicFunction() typedef
/llvm-project/llvm/unittests/ADT/
H A DSmallStringTest.cpp26 typedef SmallString<40> StringType; typedef in __anon188d7ab70111::SmallStringTest
/llvm-project/llvm/unittests/IR/
H A DDebugInfoTest.cpp450 DIStringType *StringType = in TEST() local
/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp696 HI.Type = printType(StringType, Ctx, PP); in getPredefinedExprHoverContents() local
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp209 auto StringType = namedDecl(hasAnyName("::basic_string", "::string")); in ruleStrlenSize() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10762 const QualType StringType = StringRefExpr->getType(); diagnoseStringPlusChar() local