Searched refs:IsUDSuffix (Results 1 – 4 of 4) sorted by relevance
1956 bool IsUDSuffix = false; in LexUDSuffix() local1958 IsUDSuffix = true; in LexUDSuffix()1973 IsUDSuffix = in LexUDSuffix()1987 if (!IsUDSuffix) { in LexUDSuffix()
2682 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator() local2685 if (IsUDSuffix) { in ParseUnqualifiedIdOperator()2722 return Actions.checkLiteralOperatorId(SS, Result, IsUDSuffix); in ParseUnqualifiedIdOperator()
490 const UnqualifiedId &Name, bool IsUDSuffix) { in checkLiteralOperatorId() argument492 if (!IsUDSuffix) { in checkLiteralOperatorId()
4366 bool IsUDSuffix);