Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp325 bool IsCorrect = true; in ParseOpenMPSimpleVarList() local
339 IsCorrect = false; in ParseOpenMPSimpleVarList()
344 IsCorrect = false; in ParseOpenMPSimpleVarList()
349 IsCorrect = false; in ParseOpenMPSimpleVarList()
370 IsCorrect = false; in ParseOpenMPSimpleVarList()
374 IsCorrect = !T.consumeClose() && IsCorrect; in ParseOpenMPSimpleVarList()
376 return !IsCorrect && VarList.empty(); in ParseOpenMPSimpleVarList()