Searched refs:MayHaveTail (Results 1 – 1 of 1) sorted by relevance
4764 const bool MayHaveTail = (Kind == OMPC_linear || Kind == OMPC_aligned); in ParseOpenMPVarList() local4768 ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail); in ParseOpenMPVarList()4785 (!MayHaveTail || Tok.isNot(tok::colon))) { in ParseOpenMPVarList()4800 const bool MustHaveTail = MayHaveTail && Tok.is(tok::colon); in ParseOpenMPVarList()