Home
last modified time | relevance | path

Searched defs:quote (Results 1 – 16 of 16) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DArgs.cpp159 ArgEntry(llvm::StringRef str,char quote) ArgEntry() argument
217 char quote = m_entries[i].quote; GetCommandString() local
253 char quote; SetCommandString() local
364 char quote = SetArguments() local
640 char quote; SetFromString() local
[all...]
/llvm-project/lld/Common/
H A DReproduce.cpp45 std::string lld::quote(StringRef s) { in quote() function in lld
/llvm-project/clang/utils/
H A Dmodule-deps-to-rsp.py44 def quote(str): function
H A DFuzzTest98 def quote(str): function
/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp75 std::string quote(const char* p, char delim = '"', char escape = '\\') { in quote() function
137 std::wstring quote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in quote() function
/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h40 char quote = '\0'; member
/llvm-project/llvm/utils/lit/lit/
H A DBooleanExpression.py68 def quote(self, token): member in BooleanExpression
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DTypes.cpp98 std::string Include::quote() const { quote() function in clang::include_cleaner::Include
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp89 std::basic_string<CharT, Traits> quote ( const CharT *p, char delim='"', char escape='\\' ) { in quote() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp100 char quote = buf_[pos_++]; in parse_flag() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp792 char quote{*at_}; QuotedCharacterLiteral() local
1028 char quote{*p}; FortranInclude() local
[all...]
H A Dtoken-parsers.h307 char quote = **at; Parse() local
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp239 std::string quote(llvm::StringRef Text) { in quote() function in clang::clangd::trace::__anondc7550a90111::CSVMetricTracer
/llvm-project/flang/runtime/
H A Dnamelist.cpp425 char32_t quote{*ch}; in SkipNamelistGroup() local
/llvm-project/llvm/lib/Support/
H A DJSON.cpp724 static void quote(llvm::raw_ostream &OS, llvm::StringRef S) { in quote() function
/llvm-project/lld/COFF/
H A DPDB.cpp1380 static std::string quote(ArrayRef<StringRef> args) { quote() function