Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3947 bool IsComma = in ParseOpenMPVarList() local
3954 while (IsComma || (Tok.isNot(tok::r_paren) && Tok.isNot(tok::colon) && in ParseOpenMPVarList()
3968 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
3969 if (IsComma) in ParseOpenMPVarList()