Lines Matching refs:IdentifierStr
67 static std::string IdentifierStr; // Filled in if tok_identifier
79 IdentifierStr = LastChar;
81 IdentifierStr += LastChar;
83 if (IdentifierStr == "def")
85 if (IdentifierStr == "extern")
87 if (IdentifierStr == "if")
89 if (IdentifierStr == "then")
91 if (IdentifierStr == "else")
93 if (IdentifierStr == "for")
95 if (IdentifierStr == "in")
97 if (IdentifierStr == "binary")
99 if (IdentifierStr == "unary")
341 std::string IdName = IdentifierStr;
410 std::string IdName = IdentifierStr;
550 FnName = IdentifierStr;
587 ArgNames.push_back(IdentifierStr);