HomeSort by: relevance | last modified time | path
    Searched refs:getUDSuffix (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 91 StringRef getUDSuffix() const {
200 StringRef getUDSuffix() const { return UDSuffixBuf; }
265 StringRef getUDSuffix() const { return UDSuffixBuf; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 1842 OS << "operator\"\"" << Node->getUDSuffix()->getName();
1872 OS << Node->getUDSuffix()->getName();
ExprCXX.cpp 946 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 2641 if (!Literal.getUDSuffix().empty()) {
2642 II = &PP.getIdentifierTable().get(Literal.getUDSuffix());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 713 const IdentifierInfo *getUDSuffix() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1853 if (Literal.getUDSuffix().empty())
1857 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3565 if (Literal.getUDSuffix().empty())
3569 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3678 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());

Completed in 75 milliseconds