Home
last modified time | relevance | path

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

/external/clang/unittests/libclang/
DLibclangTest.cpp410 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
416 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
428 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()
438 const char *HeaderBottom = "\n};\n#endif\n"; in TEST_F() local
446 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom); in TEST_F()
463 std::string(HeaderTop) + "int baz;" + HeaderBottom; in TEST_F()