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