Searched refs:getUDSuffix (Results 1 – 6 of 6) sorted by relevance
92 StringRef getUDSuffix() const { in getUDSuffix() function208 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function273 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
2011 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()2041 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
949 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
2734 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator()2738 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
1921 if (Literal.getUDSuffix().empty()) in ActOnStringLiteral()1925 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral()3664 if (Literal.getUDSuffix().empty()) in ActOnCharacterConstant()3668 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant()3777 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant()
712 const IdentifierInfo *getUDSuffix() const;