Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3956 bool IsComma = in ParseOpenMPVarList() local
3963 while (IsComma || (Tok.isNot(tok::r_paren) && Tok.isNot(tok::colon) && in ParseOpenMPVarList()
3977 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
3978 if (IsComma) in ParseOpenMPVarList()