reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 void appendInlineCode(std::string Code);
1274 Output.appendInlineCode(llvm::StringRef(LocalScope).drop_back(2)); 1276 Output.appendInlineCode("global namespace"); 1278 Output.appendInlineCode(llvm::StringRef(*NamespaceScope).drop_back(2));tools/clang/tools/extra/clangd/unittests/FormattedStringTests.cpp
30 S.appendInlineCode("foobar"); 64 S.appendInlineCode("foobar"); 65 S.appendInlineCode("bazqux"); 71 S.appendInlineCode("bar"); 97 S.appendInlineCode("* foo !+ bar * baz"); 107 S.appendInlineCode("foo`bar`baz"); 118 S.appendInlineCode("`foo"); 121 S.appendInlineCode("foo`"); 124 S.appendInlineCode("`foo`"); 129 S.appendInlineCode(" foo "); 132 S.appendInlineCode("foo "); 135 S.appendInlineCode(" foo"); 169 S.appendInlineCode("foo"); 170 S.appendInlineCode("bar"); 176 S.appendInlineCode("bar"); 181 S.appendInlineCode("bar"); 185 S.appendInlineCode("foo");