Home
last modified time | relevance | path

Searched defs:Delim (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dfaster-strsplit-delimiter.cpp20 strings_internal::Splitter StrSplit(absl::string_view, Delim) { in StrSplit() argument
24 strings_internal::Splitter StrSplit(absl::string_view, Delim, Pred) { in StrSplit() argument
35 strings_internal::MaxSplitsImpl MaxSplits(Delim, int) { in MaxSplits() argument
/llvm-project/llvm/include/llvm/XRay/
H A DRecordPrinter.h24 std::string Delim; variable
/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
H A Dostream_joiner.op.postincrement.pass.cpp29 void test ( exper::ostream_joiner<Delim, CharT, Traits> &oj ) { in test()
H A Dostream_joiner.op.star.pass.cpp29 void test ( exper::ostream_joiner<Delim, CharT, Traits> &oj ) { in test()
H A Dostream_joiner.op.pretincrement.pass.cpp29 void test ( exper::ostream_joiner<Delim, CharT, Traits> &oj ) { in test()
/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h42 const char *Delim = " ("; in PrintTo() local
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp408 auto Delim = std::find(I, Input.end(), '}'); expandUCNs() local
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1030 interleaveStringList(const ListInit * List,const StringInit * Delim) interleaveStringList() argument
1051 interleaveIntList(const ListInit * List,const StringInit * Delim) interleaveIntList() argument
1354 StringInit *Delim = dyn_cast<StringInit>(RHS); Fold() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp406 StringRef::size_type Delim; addDirectoryList() local