Lines Matching defs:startLoc
385 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType()
458 lexer::SourcePosition startLoc = checkType->Start(); in ParseConditionalType() local
677 lexer::SourcePosition &startLoc = referenceStartLoc; in ParseTypeReferenceOrQuery() local
732 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseMappedTypeParameter() local
782 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseMappedType() local
937 lexer::SourcePosition startLoc = elementType->Start(); in ParseArrayType() local
947 lexer::SourcePosition startLoc; in ParseUnionType() local
986 lexer::SourcePosition startLoc; in ParseIntersectionType() local
1206 ir::TypeNode *TSParser::ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, … in ParseFunctionType()
1409 … const lexer::SourcePosition &startLoc, bool ignoreCallExpression) in ParsePotentialGenericFunctionCall()
1528 ir::TSIndexSignature *TSParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isR… in ParseIndexSignature()
1652 ir::AstNode *TSParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool i… in ParsePropertyOrMethodSignature()
1729 lexer::SourcePosition startLoc = Lexer()->GetToken().Start(); in ParseTypeLiteralOrInterfaceMember() local