Searched refs:getUDSuffix (Results 1 – 6 of 6) sorted by relevance
78 StringRef getUDSuffix() const { in getUDSuffix() function173 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function238 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
1812 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()1843 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
760 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
2280 if (!Literal.getUDSuffix().empty()) { in ParseUnqualifiedIdOperator()2281 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
1592 if (Literal.getUDSuffix().empty()) in ActOnStringLiteral()1596 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral()3092 if (Literal.getUDSuffix().empty()) in ActOnCharacterConstant()3096 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant()3203 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant()
422 const IdentifierInfo *getUDSuffix() const;