Home
last modified time | relevance | path

Searched defs:ToString (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp81 std::string ClangUtil::ToString(const clang::Type *t) { ToString() function in ClangUtil
85 std::string ClangUtil::ToString(const CompilerType &c) { ToString() function in ClangUtil
/llvm-project/flang/lib/Parser/
H A Dchar-set.cpp13 std::string SetOfChars::ToString() const { in ToString() function in Fortran::parser::SetOfChars
H A Dmessage.cpp92 std::string MessageExpectedText::ToString() const { in ToString() function in Fortran::parser::MessageExpectedText
188 std::string Message::ToString() const { ToString() function in Fortran::parser::Message
[all...]
/llvm-project/lldb/unittests/Symbol/
H A DPostfixExpressionTest.cpp23 static std::string ToString(BinaryOpNode::OpType type) { in ToString() function
35 static std::string ToString(UnaryOpNode::OpType type) { in ToString() function
/llvm-project/flang/include/flang/Parser/
H A Dchar-block.h99 std::string ToString() const { in ToString() function
H A Dtoken-sequence.h67 std::string ToString() const { return ToCharBlock().ToString(); } in ToString() function
H A Dparse-tree.h579 std::string ToString() const { return source.ToString(); } ToString() function
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h111 std::string ToString(DeathCause cause) { in ToString() function
133 std::string ToString(std::array<DeathCause, N> const& causes) { in ToString() function
161 std::string ToString(Outcome outcome) { in ToString() function
/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h54 std::string ToString() const { in ToString() function
/llvm-project/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp46 auto ToString = [](ArrayRef<char> V) { in dump() local
/llvm-project/libc/test/src/__support/CPP/
H A Dstring_test.cpp210 TEST(LlvmLibcStringTest, ToString) { in TEST() argument
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp140 llvm::SmallString<16> HTMLTag::ToString() const { ToString() function in clang::doc::HTMLTag
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp756 std::string GenericKind::ToString() const { ToString() function in Fortran::semantics::GenericKind
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-dump-struct.cpp105 template<typename T> constexpr ConstexprString ToString(const T &t) { return Arg(t).s; } in ToString() function
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.cpp1510 auto ToString = [](InlayHintKind K) { operator <<() local