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")
337 std::string IdName = IdentifierStr;
406 std::string IdName = IdentifierStr;
457 std::string Name = IdentifierStr;
597 FnName = IdentifierStr;
634 ArgNames.push_back(IdentifierStr);