Searched refs:IsUDSuffix (Results 1 – 4 of 4) sorted by relevance
2087 bool IsUDSuffix = false; in LexUDSuffix() local2089 IsUDSuffix = true; in LexUDSuffix()2104 IsUDSuffix = in LexUDSuffix()2118 if (!IsUDSuffix) { in LexUDSuffix()
2751 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator() local2754 if (IsUDSuffix) { in ParseUnqualifiedIdOperator()2791 return Actions.checkLiteralOperatorId(SS, Result, IsUDSuffix); in ParseUnqualifiedIdOperator()
496 const UnqualifiedId &Name, bool IsUDSuffix) { in checkLiteralOperatorId() argument498 if (!IsUDSuffix) { in checkLiteralOperatorId()
4577 bool IsUDSuffix);