Lines Matching refs:IdentifierStr
72 static std::string IdentifierStr; // Filled in if tok_identifier
84 IdentifierStr = LastChar;
86 IdentifierStr += LastChar;
88 if (IdentifierStr == "def")
90 if (IdentifierStr == "extern")
92 if (IdentifierStr == "if")
94 if (IdentifierStr == "then")
96 if (IdentifierStr == "else")
98 if (IdentifierStr == "for")
100 if (IdentifierStr == "in")
102 if (IdentifierStr == "binary")
104 if (IdentifierStr == "unary")
106 if (IdentifierStr == "var")
363 std::string IdName = IdentifierStr;
432 std::string IdName = IdentifierStr;
483 std::string Name = IdentifierStr;
623 FnName = IdentifierStr;
660 ArgNames.push_back(IdentifierStr);