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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h81 StringRef getUDSuffix() const { function in class:clang::NumericLiteralParser
184 StringRef getUDSuffix() const { return UDSuffixBuf; } function in class:clang::CharLiteralParser
249 StringRef getUDSuffix() const { return UDSuffixBuf; } function in class:clang::StringLiteralParser
/external/clang/lib/AST/
H A DStmtPrinter.cpp1940 OS << "operator\"\"" << Node->getUDSuffix()->getName();
1971 OS << Node->getUDSuffix()->getName();
H A DExprCXX.cpp689 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { function in class:UserDefinedLiteral
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2359 if (!Literal.getUDSuffix().empty()) {
2360 II = &PP.getIdentifierTable().get(Literal.getUDSuffix());
/external/clang/lib/Sema/
H A DSemaExpr.cpp1654 if (Literal.getUDSuffix().empty())
1658 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3159 if (Literal.getUDSuffix().empty())
3163 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3270 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
/external/clang/include/clang/AST/
H A DExprCXX.h459 const IdentifierInfo *getUDSuffix() const;

Completed in 179 milliseconds