Home
last modified time | relevance | path

Searched refs:IsComma (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp1665 bool IsComma = in ParseOpenMPVarList() local
1673 while (IsComma || (Tok.isNot(tok::r_paren) && Tok.isNot(tok::colon) && in ParseOpenMPVarList()
1686 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
1687 if (IsComma) in ParseOpenMPVarList()