Home | History | Annotate | Download | only in src

Lines Matching defs:TestContext

653 class TestContext: public AstContext {
655 TestContext(HGraphBuilder* owner,
669 static TestContext* cast(AstContext* context) {
671 return reinterpret_cast<TestContext*>(context);
710 TestContext* test_context() { return test_context_; }
742 TestContext* test_context_;
880 TestContext* inlined_test_context() const {