Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h92 StringRef getUDSuffix() const { in getUDSuffix() function
208 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
273 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2011 OS << "operator\"\"" << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
2041 OS << Node->getUDSuffix()->getName(); in VisitUserDefinedLiteral()
H A DExprCXX.cpp949 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2734 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator()
2738 II = &PP.getIdentifierTable().get(Literal.getUDSuffix()); in ParseUnqualifiedIdOperator()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1921 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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h712 const IdentifierInfo *getUDSuffix() const;