Searched defs:lineInfo (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | helpers.cpp | 38 void Checker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() argument 45 Type *Checker::CheckNonNullType(Type *type, lexer::SourcePosition lineInfo) in CheckNonNullType() argument 281 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::SourcePosition lineInfo) in ThrowBinaryLikeError() argument 291 void Checker::ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo, bool isAsSrcLeftType) in ThrowAssignmentError() argument [all...] |
H A D | function.cpp | 683 CheckAllCodePathsInNonVoidFunctionReturnOrThrow(const ir::ScriptFunction *func, lexer::SourcePosition lineInfo, const char *errMsg) CheckAllCodePathsInNonVoidFunctionReturnOrThrow() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | helpers.cpp | 37 void TSChecker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() argument 44 Type *TSChecker::CheckNonNullType(Type *type, lexer::SourcePosition lineInfo) in CheckNonNullType() argument 290 void TSChecker::ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo, bool isAsSrcLeftType) in ThrowAssignmentError() argument 279 ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::SourcePosition lineInfo) ThrowBinaryLikeError() argument [all...] |
H A D | function.cpp | 663 CheckAllCodePathsInNonVoidFunctionReturnOrThrow(ir::ScriptFunction *func, lexer::SourcePosition lineInfo, const char *errMsg) CheckAllCodePathsInNonVoidFunctionReturnOrThrow() argument
|
Completed in 5 milliseconds