Lines Matching refs:IdentifierStr
57 static std::string IdentifierStr; // Filled in if tok_identifier
69 IdentifierStr = LastChar;
71 IdentifierStr += LastChar;
73 if (IdentifierStr == "def")
75 if (IdentifierStr == "extern")
77 if (IdentifierStr == "if")
79 if (IdentifierStr == "then")
81 if (IdentifierStr == "else")
83 if (IdentifierStr == "for")
85 if (IdentifierStr == "in")
289 std::string IdName = IdentifierStr;
358 std::string IdName = IdentifierStr;
474 std::string FnName = IdentifierStr;
482 ArgNames.push_back(IdentifierStr);