Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4573 bool ColonPresent = false; in ParseOpenMPVarList() local
4577 ColonPresent = true; in ParseOpenMPVarList()
4582 if (ColonPresent) { in ParseOpenMPVarList()