Searched defs:tk (Results 1 – 5 of 5) sorted by relevance
169 inline bool IsPrimitiveType(TokenKind tk) in IsPrimitiveType()174 inline bool IsVarName(TokenKind tk) in IsVarName()179 inline bool IsExprBinary(TokenKind tk) in IsExprBinary()184 inline bool IsConstValue(TokenKind tk) in IsConstValue()189 inline bool IsConstAddrExpr(TokenKind tk) in IsConstAddrExpr()
51 void SetTask(Task *tk) in SetTask()
250 TokenKind tk = lexer.GetTokenKind(); in ParseType() local353 TokenKind tk = lexer.GetTokenKind(); in ParsePragmaElementForArray() local422 TokenKind tk = lexer.NextToken(); in ParseInterfaceType() local728 TokenKind tk = lexer.GetTokenKind(); in ParseStorageClass() local747 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareReg() local791 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareVarInitValue() local804 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareFormal() local1214 TokenKind tk = lexer.NextToken(); in ParseMIRForFileInfo() local1253 TokenKind tk = lexer.NextToken(); in ParseMIRForFileData() local1285 TokenKind tk = lexer.NextToken(); in ParseMIRForSrcFileInfo() local
106 TokenKind tk = lexer.NextToken(); in ParseCallReturns() local483 TokenKind tk = lexer.NextToken(); in ParseExprNaryOperand() local
342 TokenKind tk = keywordMap[name]; in GetTokenSpecial() local