Home
last modified time | relevance | path

Searched refs:HeaderTop (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp477 const char *HeaderTop = "#ifndef H\n#define H\nstruct Foo { int bar;"; in TEST_F() local
484 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
496 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()
505 const char *HeaderTop = "#ifndef H\n#define H\nstruct Foo { int bar;"; in TEST_F() local
514 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
531 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()