Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4751 bool IsComma = in ParseOpenMPVarList() local
4762 while (IsComma || (Tok.isNot(tok::r_paren) && Tok.isNot(tok::colon) && in ParseOpenMPVarList()
4778 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
4779 if (IsComma) in ParseOpenMPVarList()