Searched refs:getUDSuffix (Results 1 – 6 of 6) sorted by relevance
102 StringRef getUDSuffix() const { in getUDSuffix() function216 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function292 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
2072 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()2102 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
1008 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
2853 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator()2857 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
1970 if (!Literal.getUDSuffix().empty()) { in ActOnUnevaluatedStringLiteral()2106 if (Literal.getUDSuffix().empty()) in ActOnStringLiteral()2110 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral()3560 if (Literal.getUDSuffix().empty()) in ActOnCharacterConstant()3564 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant()3680 const IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant()
712 const IdentifierInfo *getUDSuffix() const;