Lines Matching defs:node
41 void Check(ir::AstNode *node, std::vector<FileDiagnostic> &diag, std::unordered_map<std::string, bo… in Check()
53 bool CheckGivenTypeExistInChilds(ir::AstNode *node, ir::AstNodeType type) in CheckGivenTypeExistInChilds()
62 void AddConvertToAsyncFunctionDiagnostics(ir::AstNode *node, std::vector<FileDiagnostic> &diag, in AddConvertToAsyncFunctionDiagnostics()
76 bool IsConvertibleFunction(ir::AstNode *node, std::unordered_map<std::string, bool> &visitedFunc) in IsConvertibleFunction()
82 bool HasReturnStatementWithPromiseHandler(ir::AstNode *node, std::unordered_map<std::string, bool> … in HasReturnStatementWithPromiseHandler()
90 bool IsReturnStatementWithFixablePromiseHandler(ir::AstNode *node, std::unordered_map<std::string, … in IsReturnStatementWithFixablePromiseHandler()
103 ir::AstNode *HasSpecificIdentifier(ir::AstNode *node) in HasSpecificIdentifier()
135 bool IsFixablePromiseHandler(ir::AstNode *node, std::unordered_map<std::string, bool> &visitedFunc) in IsFixablePromiseHandler()
163 bool HasPropertyAccessExpressionWithName(ir::AstNode *node, const std::string &func) in HasPropertyAccessExpressionWithName()
168 bool IsPromiseHandler(ir::AstNode *node) in IsPromiseHandler()
189 bool HasSupportedNumberOfArguments(ir::AstNode *node) in HasSupportedNumberOfArguments()
209 bool IsFixablePromiseArgument(ir::AstNode *node, std::unordered_map<std::string, bool> &visitedFunc) in IsFixablePromiseArgument()
225 std::string GetKeyFromNode(ir::AstNode *node) in GetKeyFromNode()
230 bool CanBeConvertedToAsync(ir::AstNode *node) in CanBeConvertedToAsync()