Lines Matching defs:IdentifierStr
63 static std::string IdentifierStr; // Filled in if tok_identifier
75 IdentifierStr = LastChar;
77 IdentifierStr += LastChar;
79 if (IdentifierStr == "def")
81 if (IdentifierStr == "extern")
83 if (IdentifierStr == "if")
85 if (IdentifierStr == "then")
87 if (IdentifierStr == "else")
89 if (IdentifierStr == "for")
91 if (IdentifierStr == "in")
93 if (IdentifierStr == "binary")
95 if (IdentifierStr == "unary")
97 if (IdentifierStr == "var")
354 std::string IdName = IdentifierStr;
423 std::string IdName = IdentifierStr;
474 std::string Name = IdentifierStr;
614 FnName = IdentifierStr;
651 ArgNames.push_back(IdentifierStr);