Searched refs:getUDSuffix (Results 1 – 6 of 6) sorted by relevance
81 StringRef getUDSuffix() const { in getUDSuffix() function184 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function249 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
1940 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()1971 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
689 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
2359 if (!Literal.getUDSuffix().empty()) { in ParseUnqualifiedIdOperator()2360 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
1654 if (Literal.getUDSuffix().empty()) in ActOnStringLiteral()1658 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral()3159 if (Literal.getUDSuffix().empty()) in ActOnCharacterConstant()3163 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant()3270 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant()
459 const IdentifierInfo *getUDSuffix() const;