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
2209 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()2239 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
1016 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
2496 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator()2500 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
2079 if (!Literal.getUDSuffix().empty()) { in ActOnUnevaluatedStringLiteral()2213 if (Literal.getUDSuffix().empty()) in ActOnStringLiteral()2217 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral()3608 if (Literal.getUDSuffix().empty()) in ActOnCharacterConstant()3612 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant()3729 const IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant()
714 const IdentifierInfo *getUDSuffix() const;