Home
last modified time | relevance | path

Searched defs:Backslash (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Driver/
H A Descaped-backslash.f9025 program Backslash program
/llvm-project/clang-tools-extra/clangd/support/
H A DLogger.cpp45 if (const char *Backslash = strrchr(Filename, '\\')) in debugType() local
/llvm-project/clang/unittests/Format/
H A DMatchFilePathTest.cpp39 TEST_F(MatchFilePathTest, Backslash) { in TEST_F() argument
/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h99 Backslash, // ditto, but only on terminals enumerator
/llvm-project/flang/include/flang/Common/
H A Dformat.h43 Backslash, // nonstandard: inhibit newline on output in ENUM_CLASS() argument
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp459 std::vector<std::string> Backslash = unescapeJsonCommandLine("a\\\\\\\\"); in TEST() local