Searched defs:HeaderTop (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp397 const char *HeaderTop = "#ifndef H\n#define H\nstruct Foo { int bar;"; local
404 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom);
416 std::string(HeaderTop) + "int baz;" + HeaderBottom;
425 const char *HeaderTop = "#ifndef H\n#define H\nstruct Foo { int bar;"; local
434 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom);
451 std::string(HeaderTop) + "int baz;" + HeaderBottom;

Completed in 116 milliseconds