Lines Matching refs:TestContext
514 class TestContext: public AstContext {
516 TestContext(HGraphBuilder* owner,
527 static TestContext* cast(AstContext* context) {
529 return reinterpret_cast<TestContext*>(context);
556 TestContext* test_context() { return test_context_; }
582 TestContext* test_context_;
709 TestContext* inlined_test_context() const {