Home
last modified time | relevance | path

Searched defs:HeaderCode (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp145 std::string HeaderCode = R"cpp( in TEST_F() local
181 std::string HeaderCode = R"cpp( in TEST_F() local
216 std::string HeaderCode = ""; in TEST_F() local
H A DTestTU.h53 std::string HeaderCode; member
H A DIndexTests.cpp298 const char *HeaderCode = "class Foo;"; in TEST() local
355 const char *HeaderCode = "class Foo;"; in TEST() local
453 const char *HeaderCode = "class Foo;"; in TEST() local
H A DHeaderSourceSwitchTests.cpp144 llvm::StringRef HeaderCode; in TEST() member
H A DIncludeCleanerTests.cpp35 std::string HeaderCode; in TEST() member
H A DFileIndexTests.cpp332 const char *HeaderCode = "class Foo {};"; in TEST() local
369 Annotations HeaderCode(R"cpp( in TEST() local
H A DSymbolCollectorTests.cpp112 void build(llvm::StringRef HeaderCode, llvm::StringRef Code = "") { in build()
287 bool runSymbolCollector(llvm::StringRef HeaderCode, llvm::StringRef MainCode, in runSymbolCollector()
1604 std::string HeaderCode = "#include \"test.inc\"\nclass Y {};"; in TEST_F() local
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
H A DFindAllSymbolsTests.cpp64 bool runFindAllSymbols(StringRef HeaderCode, StringRef MainCode) { in runFindAllSymbols()