Searched defs:typeLiteral (Results 1 – 3 of 3) sorted by relevance
181 auto *typeLiteral = type->Variable()->Declaration()->Node()->AsTSTypeLiteral(); in ResolveObjectTypeMembers() local
185 … const ir::TSTypeLiteral *typeLiteral = type->Variable()->Declaration()->Node()->AsTSTypeLiteral(); in ResolveObjectTypeMembers() local
2527 const typeLiteral = node as ts.TypeLiteralNode; constant