Lines Matching full:astnode
20 #include "ir/astNode.h"
33 int GetFullWidth(const ir::AstNode *node);
40 bool IsExpressionWithTypeArguments(const ir::AstNode *node);
41 void GetVariableDeclarationTypeForHints(const ir::AstNode *decl, InlayHintList *result);
42 void GetCallExpTypeForHints(const ir::AstNode *expr, const ir::AstNode *parent, InlayHintList *resu…
44 void SaveToList(const ir::Expression *mem, const ir::AstNode *asignNode, InlayHintList *list);
45 void GetEnumTypeForHints(const ir::AstNode *member, const ir::AstNode *parent, InlayHintList *resul…
46 void GetFunctionReturnTypeForHints(const ir::AstNode *decl, InlayHintList *result);
47 void GetFunctionParameterTypeForHints(const ir::AstNode *node, InlayHintList *result);
48 bool IsSignatureSupportingReturnAnnotation(const ir::AstNode *node);
49 void Visitor(const ir::AstNode *node, const TextSpan *span, const ir::AstNode *parent,