Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4696 bool IsComma = in ParseOpenMPVarList() local
4707 while (IsComma || (Tok.isNot(tok::r_paren) && Tok.isNot(tok::colon) && in ParseOpenMPVarList()
4723 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
4724 if (IsComma) in ParseOpenMPVarList()