Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp668 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
674 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
686 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()
696 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
704 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
723 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()