Searched defs:TSThisType (Results 1 – 3 of 3) sorted by relevance
24 …explicit TSThisType(ArenaAllocator *const allocator) : TypeNode(AstNodeType::TS_THIS_TYPE, allocat… in TSThisType() function
34 explicit TSThisType() : TypeNode(AstNodeType::TS_THIS_TYPE) {} in TSThisType() function
41 TEST_F(ASTVerifierTest, TSThisType) in TEST_F() argument