Home
last modified time | relevance | path

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

/external/clang/unittests/libclang/
DLibclangTest.cpp408 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
414 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
426 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()
436 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
444 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
461 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()