Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp478 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
484 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
496 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()
506 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
514 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
531 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()