Searched refs:ParseNamedGlobal (Results 1 – 2 of 2) sorted by relevance
269 bool ParseNamedGlobal();
224 case lltok::GlobalVar: if (ParseNamedGlobal()) return true; break; in ParseTopLevelEntities()475 bool LLParser::ParseNamedGlobal() { in ParseNamedGlobal() function in LLParser