Searched refs:IDz (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp156 FileID IDz = Context.createInMemoryFile("z.cpp", "text"); local
162 Replaces.insert(Replacement(Context.Sources, Context.getLocation(IDz, 1, 1),
166 EXPECT_EQ("z", Context.getRewrittenText(IDz));

Completed in 75 milliseconds