Lines Matching refs:Annotations
286 Annotations Source(R"cpp( in TEST()
361 llvm::Annotations A(Text); in tryWord()
532 Annotations Code(R"cpp( in TEST()
548 Annotations Code("^MACRO"); in TEST()
600 Annotations Test(R"cpp( in TEST()
657 Annotations Test(Case); in TEST()
669 Test.llvm::Annotations::range().Begin); in TEST()
671 Test.llvm::Annotations::range().End); in TEST()
680 Annotations Test(Case); in TEST()
689 Test.llvm::Annotations::point("foo")); in TEST()
692 Test.llvm::Annotations::point("bar")); in TEST()
747 Annotations Test(Case.Code); in TEST()
759 Annotations Code(R"cpp( in TEST()
830 std::string Code = Annotations(Steps.front().Src).code().str(); in stepByStep()
833 Annotations SrcBefore(Steps[I - 1].Src); in stepByStep()
834 Annotations SrcAfter(Steps[I].Src); in stepByStep()