Lines Matching refs:Annotations
28 Annotations Test(MarkedCode); in makeSelectionTree()
439 Annotations Test(C.Code); in TEST()
482 auto AST = TestTU::withCode(Annotations(Code).code()).build(); in TEST()
496 auto AST = TestTU::withCode(Annotations(Code).code()).build(); in TEST()
539 Annotations Test(C); in TEST()
562 Annotations Test(Case); in TEST()
580 Annotations Test(Case); in TEST()
597 Annotations Test(Case); in TEST()
610 Test = Annotations(Case); in TEST()
623 auto AST = TestTU::withCode(Annotations(Test).code()).build(); in TEST()
637 llvm::Annotations Test("int$unique^ a=1$ambiguous^+1; $empty^"); in TEST()