Lines Matching refs:IdentifierStr
62 static std::string IdentifierStr; // Filled in if tok_identifier
74 IdentifierStr = LastChar;
76 IdentifierStr += LastChar;
78 if (IdentifierStr == "def")
80 if (IdentifierStr == "extern")
82 if (IdentifierStr == "if")
84 if (IdentifierStr == "then")
86 if (IdentifierStr == "else")
88 if (IdentifierStr == "for")
90 if (IdentifierStr == "in")
92 if (IdentifierStr == "binary")
94 if (IdentifierStr == "unary")
96 if (IdentifierStr == "var")
339 std::string IdName = IdentifierStr;
408 std::string IdName = IdentifierStr;
459 std::string Name = IdentifierStr;
599 FnName = IdentifierStr;
636 ArgNames.push_back(IdentifierStr);