Searched defs:TSThisType (Results 1 – 3 of 3) sorted by relevance
24 explicit TSThisType() : TypeNode(AstNodeType::TS_THIS_TYPE) {} in TSThisType() function
34 explicit TSThisType() : TypeNode(AstNodeType::TS_THIS_TYPE) {} in TSThisType() function
52 TEST_F(ASTVerifierTest, TSThisType) in TEST_F() argument