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")
307 std::string IdName = IdentifierStr;
376 std::string IdName = IdentifierStr;
492 std::string FnName = IdentifierStr;
500 ArgNames.push_back(IdentifierStr);