Lines Matching defs:TU
84 TestTU TU = TestTU::withCode(Source.code());
85 auto AST = TU.build();
86 auto Index = TU.index();
89 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
132 TestTU TU = TestTU::withCode(Source.code());
133 TU.Filename = "TestTU.m";
134 auto AST = TU.build();
135 auto Index = TU.index();
137 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
179 TestTU TU = TestTU::withCode(Source.code());
180 auto AST = TU.build();
181 auto Index = TU.index();
184 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
214 TestTU TU = TestTU::withCode(Source.code());
215 auto AST = TU.build();
216 auto Index = TU.index();
219 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
254 TestTU TU = TestTU::withCode(Source.code());
255 auto AST = TU.build();
256 auto Index = TU.index();
259 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
563 TestTU TU = TestTU::withCode(Source.code());
564 auto AST = TU.build();
565 auto Index = TU.index();
568 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
591 TestTU TU = TestTU::withCode(Source.code());
592 auto AST = TU.build();
593 auto Index = TU.index();
596 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
612 TestTU TU = TestTU::withCode(Source.code());
613 auto AST = TU.build();
614 auto Index = TU.index();
617 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));
635 auto TU = TestTU::withCode(Source.code());
636 TU.HeaderCode = Header.code();
637 auto AST = TU.build();
638 auto Index = TU.index();
641 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename));