Lines Matching defs:startLoc
388 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType()
462 lexer::SourcePosition startLoc = checkType->Start(); in ParseConditionalType() local
683 lexer::SourcePosition &startLoc = referenceStartLoc; in ParseTypeReferenceOrQuery() local
741 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseMappedTypeParameter() local
792 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseMappedType() local
949 lexer::SourcePosition startLoc = elementType->Start(); in ParseArrayType() local
960 lexer::SourcePosition startLoc; in ParseUnionType() local
1000 lexer::SourcePosition startLoc; in ParseIntersectionType() local
1224 ir::TypeNode *TSParser::ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, … in ParseFunctionType()
1427 … const lexer::SourcePosition &startLoc, bool ignoreCallExpression) in ParsePotentialGenericFunctionCall()
1549 ir::TSIndexSignature *TSParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isR… in ParseIndexSignature()
1677 ir::AstNode *TSParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool i… in ParsePropertyOrMethodSignature()
1754 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseTypeLiteralOrInterfaceMember() local