Searched refs:ParseIndexList (Results 1 – 2 of 2) sorted by relevance
211 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);212 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function214 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
1486 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser2405 ParseIndexList(Indices) || in ParseValID()2425 ParseIndexList(Indices) || in ParseValID()4275 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue()4296 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()