Home
last modified time | relevance | path

Searched refs:getUDSuffix (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h102 StringRef getUDSuffix() const { in getUDSuffix() function
216 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
292 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2209 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
2239 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
H A DExprCXX.cpp1016 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2496 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator()
2500 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2079 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h714 const IdentifierInfo *getUDSuffix() const;