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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h78 StringRef getUDSuffix() const { function in class:clang::NumericLiteralParser
173 StringRef getUDSuffix() const { return UDSuffixBuf; } function in class:clang::CharLiteralParser
238 StringRef getUDSuffix() const { return UDSuffixBuf; } function in class:clang::StringLiteralParser
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2206 if (!Literal.getUDSuffix().empty()) {
2207 II = &PP.getIdentifierTable().get(Literal.getUDSuffix());
/external/clang/lib/AST/
H A DExprCXX.cpp767 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { function in class:UserDefinedLiteral
/external/clang/include/clang/AST/
H A DExprCXX.h415 const IdentifierInfo *getUDSuffix() const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp1552 if (Literal.getUDSuffix().empty())
1556 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
2993 if (Literal.getUDSuffix().empty())
2997 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3076 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());

Completed in 356 milliseconds